aboutsummaryrefslogtreecommitdiff
path: root/sed.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-16 19:57:44 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-16 19:57:44 +0000
commit74c66ad06ebc5bfbf7187ed53196625462db1a9a (patch)
treef7dba194996f25de00fbd1e428e053446cc790f0 /sed.c
parent98cd53e86db2e99e6fdcfd94c700c50b1baaf59f (diff)
downloadbusybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.tar.gz
busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.tar.bz2
busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.zip
Fix some spelling errors in the source as well.
-Erik
Diffstat (limited to 'sed.c')
-rw-r--r--sed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sed.c b/sed.c
index 9fed6704e..955858f7f 100644
--- a/sed.c
+++ b/sed.c
@@ -57,9 +57,9 @@ static const char sed_usage[] =
57 "-e\tadd the script to the commands to be executed\n" 57 "-e\tadd the script to the commands to be executed\n"
58 "-n\tsuppress automatic printing of pattern space\n\n" 58 "-n\tsuppress automatic printing of pattern space\n\n"
59#if defined BB_REGEXP 59#if defined BB_REGEXP
60 "This version of sed matches full regular expresions.\n"; 60 "This version of sed matches full regular expressions.\n";
61#else 61#else
62 "This version of sed matches strings (not full regular expresions).\n" 62 "This version of sed matches strings (not full regular expressions).\n"
63#endif 63#endif
64#endif 64#endif
65 ; 65 ;