- fix spelling
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 @@
 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);
 }