diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-14 00:10:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-14 00:10:10 +0000 |
commit | 68457252ea49cd7dc7c042de9b7b770c63dc2200 (patch) | |
tree | 9eee9f96a232f6f2852c3f71716b89d15960f712 | |
parent | 506615ff94c7784e974f13034f04db87427b367e (diff) | |
download | zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar.gz zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar.xz zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.zip |
fix typo (heap debug, not hash debug)
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 8b96891b7..abb3ca166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * 29267: configure.ac, Src/mem.c, Src/zsh.h, Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complist.c, - Src/Zle/compresult.c: add --enable-zsh-hash-debug and use + Src/Zle/compresult.c: add --enable-zsh-heap-debug and use for debugging completion matcher groups. 2011-05-13 Peter Stephenson <p.w.stephenson@ntlworld.com> @@ -14695,5 +14695,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5299 $ +* $Revision: 1.5300 $ ***************************************************** |