diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-10 05:04:42 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-10 05:04:42 +0000 |
commit | 4d7cf9c66f22ee7d09773901d0efd05b1244b4b2 (patch) | |
tree | 005e067f08865d65a07af15a7e955a92f1e25fe4 | |
parent | bdcd688f8d3dc1656fa7a51b4fa9d5328a8f407c (diff) | |
download | zsh-4d7cf9c66f22ee7d09773901d0efd05b1244b4b2.tar.gz zsh-4d7cf9c66f22ee7d09773901d0efd05b1244b4b2.tar.xz zsh-4d7cf9c66f22ee7d09773901d0efd05b1244b4b2.zip |
10602: Where'd that stray 2 come from?
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Completion/Core/compinstall | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f3fe03877..dd9b3955c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-04-09 Bart Schaefer <schaefer@brasslantern.com> + * 10602: Completion/Core/compinstall: Fix typo. + * 10598: Completion/Builtins/_zstyle, Doc/Zsh/compsys.yo: Fix typo; reformat styles documentation for readability. diff --git a/Completion/Core/compinstall b/Completion/Core/compinstall index d2238ca33..ab5479b2e 100644 --- a/Completion/Core/compinstall +++ b/Completion/Core/compinstall @@ -553,7 +553,7 @@ Current context: $curcontext To have different values for approximation and correction, you should change the context appropriately. For approximation, use -\`:completion:*:approxima2te:*' and for correction use +\`:completion:*:approximate:*' and for correction use \`:completion:*:correct:*'. Enter maximum number of errors allowed: |