From 6f285378aa6e4b5b23c939d1fea16f9ab0a57efb Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 14 Mar 2014 21:13:38 +0100 Subject: core, libsystemd, systemd, timedate, udev: spelling fixes --- src/timedate/timedated.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timedate/timedated.c') diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index d85ce57394..c4a797acc9 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -468,7 +468,7 @@ static int property_get_rtc_time( zero(tm); r = hwclock_get_time(&tm); if (r == -EBUSY) { - log_warning("/dev/rtc is busy, is somebody keeping it open continously? That's not a good idea... Returning a bogus RTC timestamp."); + log_warning("/dev/rtc is busy, is somebody keeping it open continuously? That's not a good idea... Returning a bogus RTC timestamp."); t = 0; } else if (r == -ENOENT) { log_debug("Not /dev/rtc found."); -- cgit v1.2.3-54-g00ecf