diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2006-05-15 15:53:53 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2006-05-15 15:53:53 +0000 |
commit | 8251aa1028eef1dcbb350e0e0e0e7f10452e8c55 (patch) | |
tree | 1cb4e1e38528fd14419b62f70900e5acdce9b00c | |
parent | 799246658b1eec5a4eae2b4f711354109915927d (diff) | |
download | zsh-8251aa1028eef1dcbb350e0e0e0e7f10452e8c55.tar.gz zsh-8251aa1028eef1dcbb350e0e0e0e7f10452e8c55.tar.xz zsh-8251aa1028eef1dcbb350e0e0e0e7f10452e8c55.zip |
Fix small but potentially confusing typo.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 30dc299ff..db4abd1cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ and $PPID. * unposted: Doc/Zsh/compsys.yo: document that _list_files - uses the builtin state, c.f. 22440. + uses the builtin stat, c.f. 22440. * 22440: Completion/Unix/Type/_list_files: loaded zsh/stat if not needed, which screwed up external stat programmes. |