chiark / gitweb /
shutdown: if now time argument is passed, imply +1 not +0
[elogind.git] / src / shutdownd.c
index 241c4327a628c4413d1df943b2e4686b6e205fc7..751a1a59b8d83e98b62f79d8eccd690af27a3146 100644 (file)
@@ -88,7 +88,7 @@ static int read_packet(int fd, struct shutdownd_command *_c) {
         }
 
         if (n != sizeof(c)) {
-                log_warning("Message has invaliud size. Ignoring");
+                log_warning("Message has invalid size. Ignoring");
                 return 0;
         }