diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-11 09:10:35 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-11 09:10:35 +0000 |
commit | ea30ed100f9419c0e1a259ce593c8e2631811cf6 (patch) | |
tree | 076b3a0dc8d8526140216d4506f7e44ffcd217e0 | |
parent | 817e59cf19a8a7aca42acb13254bebf7b8b24ce2 (diff) | |
download | zsh-ea30ed100f9419c0e1a259ce593c8e2631811cf6.tar.gz zsh-ea30ed100f9419c0e1a259ce593c8e2631811cf6.tar.xz zsh-ea30ed100f9419c0e1a259ce593c8e2631811cf6.zip |
Improved a sentence.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a2474995b..14ca74a9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ * unposted: Test/B02typeset.ztst: added "setopt localoptions" to avoid a problem where "setopt noglob" got carried over to - the calling process and interfered with the cleanup code. + the caller and interfered with the cleanup of the temp files. 2005-08-10 Peter Stephenson <pws@csr.com> |