diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-12 23:33:37 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2021-11-12 23:54:34 +0100 |
commit | 356dcb20cef387a5eea5f8fcbfe123b24e3bb928 (patch) | |
tree | d5b153637b9652f6dd8edc1acdac4ef589579765 /Functions/Chpwd/cdr | |
parent | c7f4634549697a65af0dc82e97e8b066bfb81f6c (diff) | |
download | zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.gz zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.zip |
github #82: Fix typos
Diffstat (limited to 'Functions/Chpwd/cdr')
-rw-r--r-- | Functions/Chpwd/cdr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Chpwd/cdr b/Functions/Chpwd/cdr index 4bed88b13..43745e5aa 100644 --- a/Functions/Chpwd/cdr +++ b/Functions/Chpwd/cdr @@ -55,7 +55,7 @@ # pattern from the directory list. The match is against the fully # expanded directory path and the full string must match (use wildcards # at the ends if needed). If output is going to a terminal, the -# function will print the new list for the user to confrim; this can be +# function will print the new list for the user to confirm; this can be # skipped by giving -P instead of -p. # # Details of directory handling |