Skip to content

Commit 8c5283f

Browse files
committed
tar: Comment spelling fixes
1 parent d3276a8 commit 8c5283f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

completions/tar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ __tar_try_list_archive()
403403
__tar_extract_like_mode || return 1
404404

405405
# This all is just to approach directory completion from "virtual"
406-
# directory structure in tarbal (for which the _filedir is unusable)
406+
# directory structure in tarball (for which the _filedir is unusable)
407407

408408
set -- "${words[@]}"
409409
tarbin=$1
@@ -576,7 +576,7 @@ _gtar()
576576
# continue also
577577
$split && break
578578

579-
# Most probably, when code goes here, the PREV varibale contains
579+
# Most probably, when code goes here, the PREV variable contains
580580
# some string from "$long_arg_none" and we want continue.
581581
;;
582582
-[a-zA-Z0-9?])

0 commit comments

Comments
 (0)