From a53de7f7c2cd3ac46b26642aafb1a573a096a80d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 21 Jul 2008 13:46:54 +0000 Subject: - fix spelling --- runit/sv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runit/sv.c') diff --git a/runit/sv.c b/runit/sv.c index 1b92b9a..532bdb8 100644 --- a/runit/sv.c +++ b/runit/sv.c @@ -179,7 +179,7 @@ struct globals { static void fatal_cannot(const char *m1) NORETURN; static void fatal_cannot(const char *m1) { - bb_perror_msg("fatal: cannot %s", m1); + bb_perror_msg("fatal: can't %s", m1); _exit(151); } -- cgit v1.1