diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
| commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
| tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Base/Utility/_regex_arguments | |
| parent | Document "make check". (diff) | |
| download | zsh-56528ccb661d4985776234c89355a14093063534.tar zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.bz2 zsh-56528ccb661d4985776234c89355a14093063534.tar.lz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.tar.zst zsh-56528ccb661d4985776234c89355a14093063534.zip | |
spelling corrections
Diffstat (limited to 'Completion/Base/Utility/_regex_arguments')
| -rw-r--r-- | Completion/Base/Utility/_regex_arguments | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Base/Utility/_regex_arguments b/Completion/Base/Utility/_regex_arguments index 635cd0e5f..2ace6ba72 100644 --- a/Completion/Base/Utility/_regex_arguments +++ b/Completion/Base/Utility/_regex_arguments @@ -9,10 +9,10 @@ ## -# _regex_arguments compiles `regex' and emit the result of the state +# _regex_arguments compiles `regex' and emits the result of the state # machine into the function `funcname'. `funcname' parses a command line -# according to `regex' and evaluate appropriate actions in `regex'. Before -# parsing the command line string is genereted by concatinating `words' +# according to `regex' and evaluates appropriate actions in `regex'. Before +# parsing the command line string is generated by concatenating `words' # (before `PREFIX') and `PREFIX' with a separator NUL ($'\0'). # The `regex' is defined as follows. |
