summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-01-18 13:49:53 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-01-18 13:49:54 -0800
commitc4338578943129cc7e76657453d879e38f70ce63 (patch)
tree2782a6fd594b74940791affcc1ca81264f13e6e5 /contrib
parentMerge branch 'ew/ban-strncat' (diff)
parentcompletion: fix typo in git-completion.bash (diff)
downloadtgif-c4338578943129cc7e76657453d879e38f70ce63.tar.xz
Merge branch 'cy/completion-typofix'
Typofix. * cy/completion-typofix: completion: fix typo in git-completion.bash
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 9e8ec95c3c..86a9719a51 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -438,7 +438,7 @@ __gitcomp_nl ()
# Callers must take care of providing only paths that match the current path
# to be completed and adding any prefix path components, if necessary.
# 1: List of newline-separated matching paths, complete with all prefix
-# path componens.
+# path components.
__gitcomp_file_direct ()
{
local IFS=$'\n'