From 4da0f689c42e5a60972a69255d5e7e4fdd41d0be Mon Sep 17 00:00:00 2001
From: Bart Schaefer <schaefer@zsh.org>
Date: Sat, 9 Dec 2023 19:48:48 -0800
Subject: [PATCH] unposted: Fix longstanding typo in comment

---
 Src/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
  */