main: Fix a typo emergency shall->emergency shell

This commit is contained in:
Michal Vyskocil 2011-06-20 10:59:05 +02:00 committed by Lennart Poettering
parent f9a61ef2c9
commit f8e08a77e7

View 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.");