summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-12-09 19:48:48 -0800
committerBart Schaefer <schaefer@zsh.org>2023-12-09 19:48:48 -0800
commit4da0f689c42e5a60972a69255d5e7e4fdd41d0be (patch)
tree91ad84e950e122ac4a5e6a00cd82c4ae6aaf8831
parent52366 + fix typo: rename find_targets as _ant_targets, replace one sed with s... (diff)
downloadzsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar.gz
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar.bz2
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar.lz
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar.xz
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar.zst
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.zip
unposted: Fix longstanding typo in comment
-rw-r--r--Src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c
index c0a1e9f95..859f4d0fc 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -601,7 +601,7 @@ clear_hdocs(void)
* | sublist [ SEPER | AMPER | AMPERBANG ]
*
* cmdsubst indicates our event is part of a command-style
- * substitution terminated by the token indicationg, usual closing
+ * substitution terminated by the token indicated, usually closing
* parenthesis. In other cases endtok is ENDINPUT.
*/