about summary refs log tree commit diff
path: root/Completion/Base/Utility/_regex_arguments
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
commit56528ccb661d4985776234c89355a14093063534 (patch)
tree8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Base/Utility/_regex_arguments
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.tar.xz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Completion/Base/Utility/_regex_arguments')
-rw-r--r--Completion/Base/Utility/_regex_arguments6
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.