about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-12-17 14:20:25 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-12-17 14:20:25 +0000
commit1ac4f6a77f5dd7d57b01f8bcfa422f17613dfc37 (patch)
tree43d1f35ada4ff989228bf4785a5e22f0270776eb
parentd60334ec58909a5953a8de53d098945677977eae (diff)
downloadzsh-1ac4f6a77f5dd7d57b01f8bcfa422f17613dfc37.tar.gz
zsh-1ac4f6a77f5dd7d57b01f8bcfa422f17613dfc37.tar.xz
zsh-1ac4f6a77f5dd7d57b01f8bcfa422f17613dfc37.zip
unposted: minor typo zsh-4.3.4-dev-5
-rw-r--r--ChangeLog2
-rw-r--r--Src/lex.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d3d72794..a74daa4d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
 	* unposted: Config/version.mk: 4.3.4-dev-5.
 
+	* unposted: Src/lex.c: minor typo
+
 	* Wayne: 24273: Src/Modules/curses.c: various macros
 	aren't supposed to return a value.
 
diff --git a/Src/lex.c b/Src/lex.c
index ddee689ae..a3b03c8a4 100644
--- a/Src/lex.c
+++ b/Src/lex.c
@@ -1496,7 +1496,7 @@ dquote_parse(char endchar, int sub)
 	 * understand what that actually gets us, and we can't guarantee
 	 * it's a character anyway, because of the previous test.
 	 *
-	 * We use the same feature in cmd_or_math we we actually do
+	 * We use the same feature in cmd_or_math where we actually do
 	 * need to unget if we decide it's really a command substitution.
 	 * We try to handle the other case by testing for lexstop.
 	 */