about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-10-25 12:49:48 +0200
committerAxel Beckert <abe@deuxchevaux.org>2022-10-25 12:49:48 +0200
commitb76dcecfe3461aa9a9e29dffe2484f097611f9ff (patch)
tree4f518faecd9155205ff806db68bced3234839aac
parent5b1c204c54e3ba41411e583ea649532b12977845 (diff)
downloadzsh-b76dcecfe3461aa9a9e29dffe2484f097611f9ff.tar.gz
zsh-b76dcecfe3461aa9a9e29dffe2484f097611f9ff.tar.xz
zsh-b76dcecfe3461aa9a9e29dffe2484f097611f9ff.zip
50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/grammar.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b97244f68..45db78834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-25  Axel Beckert  <abe@deuxchevaux.org.org>
+
+	* 50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH.
+
 2022-10-23  Bart Schaefer  <schaefer@zsh.org>
 
 	* users/28243: Doc/Zsh/builtins.yo: update "typeset +" doc
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index f8f4ada86..9af211090 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -536,7 +536,7 @@ itemiz(Errors creating command or process substitutions)
 itemiz(Syntax errors in glob qualifiers)
 itemiz(File generation errors where not caught by the option tt(BAD_PATTERN))
 itemiz(All bad patterns used for matching within case statements)
-itemiz(File generation failures where not caused by tt(NO_MATCH) or
+itemiz(File generation failures where not caused by tt(NOMATCH) or
 similar options)
 itemiz(All file generation errors where the pattern was used to create a
 multio)