about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-01-29 13:47:46 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-01-29 13:47:46 +0000
commit2708badb165913f126716ff4a9e9e29da00c6575 (patch)
tree2656ab419ad60d996c40fd97d1cae76925b946ca
parentf88e6dc98d56727c490920a290883090043941fb (diff)
downloadzsh-2708badb165913f126716ff4a9e9e29da00c6575.tar.gz
zsh-2708badb165913f126716ff4a9e9e29da00c6575.tar.xz
zsh-2708badb165913f126716ff4a9e9e29da00c6575.zip
unposted: correct typo in commit message
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 48db0e11e..ddcd15554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-29  Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+	* unposted: ChangeLog: typo in previous commit message
+
 2001-01-28 Felix Rosencrantz <f_rosencrantz@yahoo.com>
 	* 13395: Test/54compmatch.ztst, Test/comptest: Added code to
 	test compstate[insert_positions], value of insert_positions are
@@ -6,7 +10,7 @@
 2001-01-26  Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
 
 	* 13389: Src/builtin.c: on Cygwin convert path to posix form in
-	cd_do_chdir() to avoid dealing with driver letters
+	cd_do_chdir() to avoid dealing with drives letters
 
 2001-01-25  Sven Wischnowsky  <wischnow@zsh.org>