- fix spelling

This commit is contained in:
Bernhard Reutner-Fischer
2008-07-21 13:46:54 +00:00
parent e1e5174942
commit a53de7f7c2
9 changed files with 41 additions and 41 deletions

View File

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