diff options
author | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-12 15:39:36 +1100 |
---|---|---|
committer | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-13 08:15:00 +1100 |
commit | 8d928d525ffa8147d34d0f148e0aec6189461318 (patch) | |
tree | 1d23cda4487383c0dd6bb5f7e86cabea75eec5fc /completions/zsh | |
parent | de32b89eff0928abdef9d85a420b65d8865e737e (diff) | |
download | podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.gz podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.bz2 podman-8d928d525ffa8147d34d0f148e0aec6189461318.zip |
codespell: spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
Diffstat (limited to 'completions/zsh')
-rw-r--r-- | completions/zsh/_podman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_podman b/completions/zsh/_podman index 530649c0c..228498066 100644 --- a/completions/zsh/_podman +++ b/completions/zsh/_podman @@ -2,7 +2,7 @@ # To get zsh to reread this file: unset -f _podman;rm -f ~/.zcompdump;compinit -# On rereads, reset cache. (Not that the cacheing works, but some day it might) +# On rereads, reset cache. (Not that the caching works, but some day it might) unset -m '_podman_*' ############################################################################### |