diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
| commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
| tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Unix/Command/_ls | |
| parent | Document "make check". (diff) | |
| download | zsh-56528ccb661d4985776234c89355a14093063534.tar zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.bz2 zsh-56528ccb661d4985776234c89355a14093063534.tar.lz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.tar.zst zsh-56528ccb661d4985776234c89355a14093063534.zip | |
spelling corrections
Diffstat (limited to 'Completion/Unix/Command/_ls')
| -rw-r--r-- | Completion/Unix/Command/_ls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ls b/Completion/Unix/Command/_ls index a0216e50c..0e5625cd2 100644 --- a/Completion/Unix/Command/_ls +++ b/Completion/Unix/Command/_ls @@ -51,8 +51,8 @@ arguments=( \ '(--sort -S -U -v -X)-t[sort by time]' \ '(--sort -S -t -v -X)-U[no sort]' \ '(--sort -S -t -U -X)-v[sort by version]' \ - '(--sort -S -t -U -v)-X[sort by extention]' \ - '(-S -t -U -v -X)--sort=:sort:(size time none version extention)' \ + '(--sort -S -t -U -v)-X[sort by extension]' \ + '(-S -t -U -v -X)--sort=:sort:(size time none version extension)' \ \ '--color=-::color:(never always auto)' \ \ |
