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 --- editors/sed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/sed.c b/editors/sed.c index 9fed6704e..955858f7f 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -57,9 +57,9 @@ static const char sed_usage[] = "-e\tadd the script to the commands to be executed\n" "-n\tsuppress automatic printing of pattern space\n\n" #if defined BB_REGEXP - "This version of sed matches full regular expresions.\n"; + "This version of sed matches full regular expressions.\n"; #else - "This version of sed matches strings (not full regular expresions).\n" + "This version of sed matches strings (not full regular expressions).\n" #endif #endif ; -- cgit v1.2.3