Patch from larry to fix some grammar errors.

This commit is contained in:
Eric Andersen
2001-05-23 20:32:09 +00:00
parent bdd4eced84
commit 77d9268892
32 changed files with 89 additions and 89 deletions

View File

@@ -76,7 +76,7 @@ int main(int argc, char **argv)
#ifdef BB_SH
/* Add in a special case hack -- whenever **argv == '-'
* (i.e. '-su' or '-sh') always invoke the shell */
* (i.e., '-su' or '-sh') always invoke the shell */
if (**argv == '-' && *(*argv+1)!= '-') {
applet_name = "sh";
}