From 8d928d525ffa8147d34d0f148e0aec6189461318 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Tue, 12 Nov 2019 15:39:36 +1100 Subject: codespell: spelling corrections Signed-off-by: Dmitry Smirnov --- completions/bash/podman | 2 +- completions/zsh/_podman | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index 4d552b0a7..d1b527656 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2004,7 +2004,7 @@ _podman_container_run() { return ;; --env|-e) - # we do not append a "=" here because "-e VARNAME" is legal systax, too + # we do not append a "=" here because "-e VARNAME" is legal syntax, too COMPREPLY=( $( compgen -e -- "$cur" ) ) __podman_nospace return 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_*' ############################################################################### -- cgit v1.2.3-54-g00ecf