We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3276a8 commit 8c5283fCopy full SHA for 8c5283f
completions/tar
@@ -403,7 +403,7 @@ __tar_try_list_archive()
403
__tar_extract_like_mode || return 1
404
405
# This all is just to approach directory completion from "virtual"
406
- # directory structure in tarbal (for which the _filedir is unusable)
+ # directory structure in tarball (for which the _filedir is unusable)
407
408
set -- "${words[@]}"
409
tarbin=$1
@@ -576,7 +576,7 @@ _gtar()
576
# continue also
577
$split && break
578
579
- # Most probably, when code goes here, the PREV varibale contains
+ # Most probably, when code goes here, the PREV variable contains
580
# some string from "$long_arg_none" and we want continue.
581
;;
582
-[a-zA-Z0-9?])
0 commit comments