rodata cleanup. "unable to" == "cannot". -300 bytes

This commit is contained in:
Denis Vlasenko 2006-11-18 22:04:09 +00:00
parent 61126ab30a
commit 89f0b3486d
24 changed files with 65 additions and 65 deletions

View file

@ -315,5 +315,5 @@ int start_stop_daemon_main(int argc, char **argv)
}
#endif
execv(startas, argv);
bb_perror_msg_and_die ("unable to start %s", startas);
bb_perror_msg_and_die("cannot start %s", startas);
}