about summary refs log tree commit diff
path: root/Src
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 /Src
parent71b7008ceb504822ab1e415951868b986bf57d74 (diff)
downloadzsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar.gz
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.tar.xz
zsh-4da0f689c42e5a60972a69255d5e7e4fdd41d0be.zip
unposted: Fix longstanding typo in comment
Diffstat (limited to 'Src')
-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.
  */