chiark / gitweb /
man: improve grammar and word formatting in numerous man pages
[elogind.git] / src / core / main.c
index 2bd1efd5d02202362cd6bd90c4fccc038e64f1c5..8b8e110f249877a1a447c622a70a7b7df56efd78 100644 (file)
@@ -1345,10 +1345,10 @@ int main(int argc, char *argv[]) {
                                  */
                                 hwclock_reset_timezone();
 
-                                /* Tell the kernel our time zone */
+                                /* Tell the kernel our timezone */
                                 r = hwclock_set_timezone(NULL);
                                 if (r < 0)
-                                        log_error("Failed to set the kernel's time zone, ignoring: %s", strerror(-r));
+                                        log_error("Failed to set the kernel's timezone, ignoring: %s", strerror(-r));
                         }
                 }