diff options
-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: |