Skip to content

Commit 0650614

Browse files
yousgitster
authored andcommitted
completion: fix typo in git-completion.bash
Signed-off-by: Chayoung You <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d0ac38 commit 0650614

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)