rodata cleanup. "unable to" == "cannot". -300 bytes
This commit is contained in:
parent
61126ab30a
commit
89f0b3486d
24 changed files with 65 additions and 65 deletions
|
@ -44,7 +44,7 @@ int mkdir_main (int argc, char **argv)
|
|||
if(opt & 1) {
|
||||
mode = 0777;
|
||||
if (!bb_parse_mode (smode, &mode)) {
|
||||
bb_error_msg_and_die ("invalid mode `%s'", smode);
|
||||
bb_error_msg_and_die ("invalid mode '%s'", smode);
|
||||
}
|
||||
}
|
||||
if(opt & 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue