Skip to content

Commit c433857

Browse files
committed
Merge branch 'cy/completion-typofix'
Typofix. * cy/completion-typofix: completion: fix typo in git-completion.bash
2 parents 81bf66b + 0650614 commit c433857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ __gitcomp_nl ()
438438
# Callers must take care of providing only paths that match the current path
439439
# to be completed and adding any prefix path components, if necessary.
440440
# 1: List of newline-separated matching paths, complete with all prefix
441-
# path componens.
441+
# path components.
442442
__gitcomp_file_direct ()
443443
{
444444
local IFS=$'\n'

0 commit comments

Comments
 (0)