chiark / gitweb /
main: Fix a typo emergency shall->emergency shell
authorMichal Vyskocil <mvyskocil@suse.cz>
Mon, 20 Jun 2011 08:59:05 +0000 (10:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Jun 2011 15:48:58 +0000 (17:48 +0200)
src/main.c

index 68328b76d3161317500773455e1fc39b4ea0cd3e..11379f6bb434f0abc33c5fca04611ac7522170e2 100644 (file)
@@ -169,7 +169,7 @@ _noreturn_ static void crash(int sig) {
                         _exit(1);
                 }
 
-                log_info("Successfully spawned crash shall as pid %lu.", (unsigned long) pid);
+                log_info("Successfully spawned crash shell as pid %lu.", (unsigned long) pid);
         }
 
         log_info("Freezing execution.");