[systemd-devel] [PATCH] Fix a typo emergency shall->emergency shell
Michal Vyskocil
mvyskocil at suse.cz
Mon Jun 20 01:59:05 PDT 2011
---
src/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main.c b/src/main.c
index 68328b7..11379f6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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.");
--
1.7.4.1
More information about the systemd-devel
mailing list