diff options
| author | Jens Schleusener <Jens.Schleusener@fossies.org> | 2020-01-09 13:39:44 +0000 |
|---|---|---|
| committer | Daniel Shahaf <danielsh@apache.org> | 2020-01-09 13:42:02 +0000 |
| commit | 11dbe4c286330f81fae5ac6d5f698f5ddb748710 (patch) | |
| tree | 747b3a6ea08312efe98446fd90222d2f0a72d064 /Completion/Unix/Command/_iconv | |
| parent | 45261: _gcc: Detect clang-as-gcc (diff) | |
| download | zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.gz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.bz2 zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.lz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.xz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.zst zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.zip | |
45269: Fix misspellings in completions and elsewhere.
Diffstat (limited to 'Completion/Unix/Command/_iconv')
| -rw-r--r-- | Completion/Unix/Command/_iconv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_iconv b/Completion/Unix/Command/_iconv index e6daad938..bf04acfe4 100644 --- a/Completion/Unix/Command/_iconv +++ b/Completion/Unix/Command/_iconv @@ -38,7 +38,7 @@ if _pick_variant -r variant libiconv='GNU*libiconv' glibc='(Free Soft|GNU*libc|G _arguments -C -S -s : $args && return 0 if [[ $state = *_codeset ]]; then - # suffix is meaningfull only for output encoding + # suffix is meaningful only for output encoding if [[ $state = to_codeset ]] && compset -P '*[^/]/'; then _wanted suffix expl suffix compadd "$@" /TRANSLIT /IGNORE && ret=0 else |
