diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Unix/Command/_mount | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 931e2fd1a..8712207c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-14 Bart Schaefer <schaefer@zsh.org> + + * 16030: Completion/Unix/Command/_mount: Fix minor typos in option + descriptions. + 2001-10-11 Bart Schaefer <schaefer@zsh.org> * 16013: Src/exec.c: Properly save/restore state around the @@ -451,7 +456,7 @@ * 15629: Completion/Unix/Command/_zip: unzip -Z should behave the same as zipinfo. -2001-08-13 Bart Schaefer <schaefer@brasslantern.com> +2001-08-13 Bart Schaefer <schaefer@zsh.org> * 15613 (plus unposted additions): Test/B02typeset.ztst: Tests for correct behavior of typeset options and arguments. diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index f74488267..359346d70 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -38,7 +38,7 @@ if [[ "$OSTYPE" == cygwin ]]; then upaths=($upaths ${${line##*on }%% type*}) done _alternative \ - 'windowspath:WIndows path:compadd -a wpaths' \ + 'windowspath:Windows path:compadd -a wpaths' \ 'unixpath:Unix path:compadd -a upaths' return fi @@ -416,7 +416,7 @@ if (( ! $+_fs_any )); then 'onerror[set behaviour on error]:behaviour on error:(panic lock umount repair)' ) _fs_xfs=( - 'biosize[specify preffer buffered I/O size]:base 2 logarithm:((13:8K 14:16K 15:32K 16:64K))' + 'biosize[specify preferred buffered I/O size]:base 2 logarithm:((13:8K 14:16K 15:32K 16:64K))' '(xdsm)dmapi[enable DMAPI event callouts]' '(dmapi)xdsm[enable DMAPI event callouts]' 'logbufs[set number of in-memory log buffers]:(2 3 4 5 6 7 8)' |