From: Eric Andersen Date: Fri, 16 Jun 2000 19:57:44 +0000 (-0000) Subject: Fix some spelling errors in the source as well. X-Git-Tag: 0_45~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=74c66ad06ebc5bfbf7187ed53196625462db1a9a;p=oweals%2Fbusybox.git Fix some spelling errors in the source as well. -Erik --- diff --git a/cmdedit.c b/cmdedit.c index 22831b10c..5cd43ae2a 100644 --- a/cmdedit.c +++ b/cmdedit.c @@ -272,7 +272,7 @@ void input_tab(char* command, char* prompt, int outputFd, int *cursor, int *len) /* For now, we will not bother with trying to distinguish * whether the cursor is in/at a command extression -- we - * will always try all possable matches. If you don't like + * will always try all possible matches. If you don't like * that then feel free to fix it. */ 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 ; 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[] = "\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 ; 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 ; 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, #endif #ifndef RB_POWER_OFF -/* Stop system and switch power off if possable. */ +/* Stop system and switch power off if possible. */ #define RB_POWER_OFF 0x4321fedc #endif 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[] = "-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 ; 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) /* For now, we will not bother with trying to distinguish * whether the cursor is in/at a command extression -- we - * will always try all possable matches. If you don't like + * will always try all possible matches. If you don't like * that then feel free to fix it. */