From: Chayoung You <yousbe@gmail.com>
Date: Wed, 26 Dec 2018 16:22:16 +0000 (+0900)
Subject: completion: fix typo in git-completion.bash
X-Git-Tag: v2.21.0-rc0~93^2
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/06506149826b9eda92f065fdc073c94fdcea459e

completion: fix typo in git-completion.bash

Signed-off-by: Chayoung You <yousbe@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---

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'