From 74c66ad06ebc5bfbf7187ed53196625462db1a9a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 16 Jun 2000 19:57:44 +0000 Subject: Fix some spelling errors in the source as well. -Erik --- grep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grep.c') diff --git a/grep.c b/grep.c index e29606405..b91fe7c2c 100644 --- a/grep.c +++ b/grep.c @@ -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 ; -- cgit v1.2.3