about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 10:42:34 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 10:42:34 +0000
commitfa68d6fa0a214391154288f0450f2f8fa234fdf7 (patch)
treea519221b585c68a1df2c2d61382b2e991b42c061
parentdaed9601f723dfad8dbbd41b084807f160c94c8c (diff)
downloadzsh-fa68d6fa0a214391154288f0450f2f8fa234fdf7.tar.gz
zsh-fa68d6fa0a214391154288f0450f2f8fa234fdf7.tar.xz
zsh-fa68d6fa0a214391154288f0450f2f8fa234fdf7.zip
fix typo
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d1cdefe20..abdadcb5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2006-09-23  Andrey Borzenkov <bor@zsh.org>
 
 	* unposted: Test/A06assign.ztst, Test/B03print.ztst,
-	Test/E01options.ztst, Test/ztst.zsh: as pointed by Bart in 22758,
+	Test/E01options.ztst, Test/ztst.zsh: as pointed by Bart in 22759,
 	locale is already taken care of in test harness; revert 22758
 	and add LC_NUMERIC and LC_MESSAGES to list of locale variables to set.