summaryrefslogtreecommitdiff
path: root/src/timedate
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@vmiklos.hu>2014-03-14 21:13:38 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-03-17 02:35:35 -0400
commit6f285378aa6e4b5b23c939d1fea16f9ab0a57efb (patch)
tree430c984f46eeccc768c100e7ef31a961177e5fcc /src/timedate
parent9029f64298cb70c12ecf638fddee7f41b056fcf1 (diff)
core, libsystemd, systemd, timedate, udev: spelling fixes
Diffstat (limited to 'src/timedate')
-rw-r--r--src/timedate/timedated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c
index d85ce5739..c4a797acc 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.");