diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2020-04-09 01:19:36 +0300 |
|---|---|---|
| committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2020-04-09 11:51:09 +0300 |
| commit | 9e9bee7066c000957b674c3b68bb082eec58b410 (patch) | |
| tree | b8f6fda13547720f1ac94f43135d529d73e671a5 /src/_udisksctl | |
| parent | Merge pull request #697 from dancek/git-revise (diff) | |
| download | zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.gz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.bz2 zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.lz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.xz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.zst zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.zip | |
Fix typos
Diffstat (limited to 'src/_udisksctl')
| -rw-r--r-- | src/_udisksctl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_udisksctl b/src/_udisksctl index 48cc9e5..3caf38c 100644 --- a/src/_udisksctl +++ b/src/_udisksctl @@ -44,8 +44,8 @@ # ----- # # udisksctl actually provide built-in support for completion: It accepts an -# special command 'complete' that returns completeions. That is what drives the -# upstream bash completion. In the future one might condsider rewriting using +# special command 'complete' that returns completions. That is what drives the +# upstream bash completion. In the future one might consider rewriting using # that. (but not sure how straight forward it would be to provide descriptions?) # |
