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 | |
parent | 98cd53e86db2e99e6fdcfd94c700c50b1baaf59f (diff) | |
download | busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.tar.gz busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.tar.bz2 busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.zip |
Fix some spelling errors in the source as well.
-Erik
-rw-r--r-- | cmdedit.c | 2 | ||||
-rw-r--r-- | editors/sed.c | 4 | ||||
-rw-r--r-- | findutils/grep.c | 4 | ||||
-rw-r--r-- | grep.c | 4 | ||||
-rw-r--r-- | internal.h | 2 | ||||
-rw-r--r-- | sed.c | 4 | ||||
-rw-r--r-- | shell/cmdedit.c | 2 |
7 files changed, 11 insertions, 11 deletions
@@ -272,7 +272,7 @@ void input_tab(char* command, char* prompt, int outputFd, int *cursor, int *len) | |||
272 | 272 | ||
273 | /* For now, we will not bother with trying to distinguish | 273 | /* For now, we will not bother with trying to distinguish |
274 | * whether the cursor is in/at a command extression -- we | 274 | * whether the cursor is in/at a command extression -- we |
275 | * will always try all possable matches. If you don't like | 275 | * will always try all possible matches. If you don't like |
276 | * that then feel free to fix it. | 276 | * that then feel free to fix it. |
277 | */ | 277 | */ |
278 | 278 | ||
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[] = | |||
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 | ; |
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 | ; |
@@ -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 | ; |
diff --git a/internal.h b/internal.h index e25c14460..9997f4dc4 100644 --- a/internal.h +++ b/internal.h | |||
@@ -289,7 +289,7 @@ int nfsmount(const char *spec, const char *node, unsigned long *flags, | |||
289 | #endif | 289 | #endif |
290 | 290 | ||
291 | #ifndef RB_POWER_OFF | 291 | #ifndef RB_POWER_OFF |
292 | /* Stop system and switch power off if possable. */ | 292 | /* Stop system and switch power off if possible. */ |
293 | #define RB_POWER_OFF 0x4321fedc | 293 | #define RB_POWER_OFF 0x4321fedc |
294 | #endif | 294 | #endif |
295 | 295 | ||
@@ -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 | ; |
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 22831b10c..5cd43ae2a 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c | |||
@@ -272,7 +272,7 @@ void input_tab(char* command, char* prompt, int outputFd, int *cursor, int *len) | |||
272 | 272 | ||
273 | /* For now, we will not bother with trying to distinguish | 273 | /* For now, we will not bother with trying to distinguish |
274 | * whether the cursor is in/at a command extression -- we | 274 | * whether the cursor is in/at a command extression -- we |
275 | * will always try all possable matches. If you don't like | 275 | * will always try all possible matches. If you don't like |
276 | * that then feel free to fix it. | 276 | * that then feel free to fix it. |
277 | */ | 277 | */ |
278 | 278 | ||