diff options
Diffstat (limited to 'runit/sv.c')
-rw-r--r-- | runit/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/sv.c b/runit/sv.c index 1b92b9a23..532bdb87d 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -179,7 +179,7 @@ struct globals { | |||
179 | static void fatal_cannot(const char *m1) NORETURN; | 179 | static void fatal_cannot(const char *m1) NORETURN; |
180 | static void fatal_cannot(const char *m1) | 180 | static void fatal_cannot(const char *m1) |
181 | { | 181 | { |
182 | bb_perror_msg("fatal: cannot %s", m1); | 182 | bb_perror_msg("fatal: can't %s", m1); |
183 | _exit(151); | 183 | _exit(151); |
184 | } | 184 | } |
185 | 185 | ||