From 6b5ad000aba61a5312b5c3fac7dd85a0d33816af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Aug 2010 17:12:35 +0200 Subject: shutdown: if now time argument is passed, imply +1 not +0 That should friendlier for folks who just run "shutdown" to figure out the command line arguments... https://bugzilla.redhat.com/show_bug.cgi?id=624149 --- src/shutdownd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shutdownd.c') diff --git a/src/shutdownd.c b/src/shutdownd.c index 241c4327a6..751a1a59b8 100644 --- a/src/shutdownd.c +++ b/src/shutdownd.c @@ -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; } -- cgit v1.2.3-54-g00ecf