Fix some spelling errors in the source as well.

-Erik
This commit is contained in:
Eric Andersen
2000-06-16 19:57:44 +00:00
parent 98cd53e86d
commit 74c66ad06e
7 changed files with 11 additions and 11 deletions

View File

@@ -54,9 +54,9 @@ static const char grep_usage[] =
"\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n"
"\t-v\tselect non-matching lines\n\n"
#if defined BB_REGEXP
"This version of grep matches full regular expresions.\n";
"This version of grep matches full regular expressions.\n";
#else
"This version of grep matches strings (not regular expresions).\n"
"This version of grep matches strings (not regular expressions).\n"
#endif
#endif
;