diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-16 19:57:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-16 19:57:44 +0000 |
commit | 74c66ad06ebc5bfbf7187ed53196625462db1a9a (patch) | |
tree | f7dba194996f25de00fbd1e428e053446cc790f0 /grep.c | |
parent | 98cd53e86db2e99e6fdcfd94c700c50b1baaf59f (diff) |
Fix some spelling errors in the source as well.
-Erik
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ; |