chiark / gitweb /
timesyncd: fix english language typo
[elogind.git] / src / timesync / timesyncd.c
index 6935635a5efa352f60a9d9297a408886b421827a..b13db1a3ec16e974eb558fceb0b9d6ec7aef1c45 100644 (file)
@@ -175,7 +175,7 @@ static int load_clock(uid_t uid, gid_t gid) {
         ct = now(CLOCK_REALTIME);
         if (nt > ct) {
                 struct timespec ts;
-                log_info("System clock time unset or jumed backwards, restoring.");
+                log_info("System clock time unset or jumped backwards, restoring.");
 
                 if (clock_settime(CLOCK_REALTIME, timespec_store(&ts, nt)) < 0)
                         log_error("Failed to restore system clock: %m");