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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/bash/podman') 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 -- cgit v1.2.3-54-g00ecf