diff --git a/etc/completion.bash b/etc/completion.bash index a50a7801b3d7..d0f78a1052d7 100644 --- a/etc/completion.bash +++ b/etc/completion.bash @@ -66,7 +66,7 @@ _crystal() COMPREPLY=( $(compgen -f ${cur}) ) ;; *) - # When any of sumbcommands matches directly + # When any of subcommands matches directly if [[ "${prev}" == "${program}" && $(compgen -W "${commands}" -- ${cur}) ]] ; then COMPREPLY=( $(compgen -W "${commands}" -- ${cur}) ) else