completion: fix typo in git-completion.bash
Signed-off-by: Chayoung You <yousbe@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Chayoung You committed
Dec 27, 2018 at 01:22 UTC
06506149826b9eda92f065fdc073c94fdcea459e
1 file changed
+1
-1
contrib/completion/git-completion.bash
+1
-1
@@ -438,7 +438,7 @@ __gitcomp_nl ()
438
# Callers must take care of providing only paths that match the current path
439
# to be completed and adding any prefix path components, if necessary.
440
# 1: List of newline-separated matching paths, complete with all prefix
441
-# path componens.
441
+# path components.
442
__gitcomp_file_direct ()
443
{
444
local IFS=$'\n'