about summary refs log tree commit diff
path: root/Completion/Base/Utility/_regex_arguments
diff options
context:
space:
mode:
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.