aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-16 19:57:44 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-16 19:57:44 +0000
commit5c69dc07c93b5478449e5e8fc30fe10451b3d51f (patch)
treef7dba194996f25de00fbd1e428e053446cc790f0 /findutils/grep.c
parentba4269c12f8fd24e76a4592fb162dac01897dd16 (diff)
downloadbusybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.tar.gz
busybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.tar.bz2
busybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.zip
Fix some spelling errors in the source as well.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@655 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index e29606405..b91fe7c2c 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -54,9 +54,9 @@ static const char grep_usage[] =
54 "\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n" 54 "\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n"
55 "\t-v\tselect non-matching lines\n\n" 55 "\t-v\tselect non-matching lines\n\n"
56#if defined BB_REGEXP 56#if defined BB_REGEXP
57 "This version of grep matches full regular expresions.\n"; 57 "This version of grep matches full regular expressions.\n";
58#else 58#else
59 "This version of grep matches strings (not regular expresions).\n" 59 "This version of grep matches strings (not regular expressions).\n"
60#endif 60#endif
61#endif 61#endif
62 ; 62 ;