diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-01-08 19:00:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-01-08 19:00:25 +0000 |
commit | 609a9d264d6ff4b2869ee4fdef2d42c9b0527d57 (patch) | |
tree | 739d8dd63d195fc3678d48f4c119a9733052a332 | |
parent | 8b87aca62e72927ce2b466a60a3c0a8de8193edb (diff) | |
download | zsh-609a9d264d6ff4b2869ee4fdef2d42c9b0527d57.tar.gz zsh-609a9d264d6ff4b2869ee4fdef2d42c9b0527d57.tar.xz zsh-609a9d264d6ff4b2869ee4fdef2d42c9b0527d57.zip |
typo
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index b3aa12193..f8b3f0b3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ account of PATH_DIRS option in command completion. * 30101: Doc/Zsh/options.yo, Src/hashtable.c, Src/options.c, - Src/zsh: add HASH_EXECUTABLES_ONLY option, off by default to + Src/zsh.h: add HASH_EXECUTABLES_ONLY option, off by default to avoid problems with huge paths and remote directories. 2012-01-07 Peter Stephenson <p.w.stephenson@ntlworld.com> @@ -15851,5 +15851,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5559 $ +* $Revision: 1.5560 $ ***************************************************** |