git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] completion: fix typo in git-completion.bash
@ 2018-12-26 16:14 Chayoung You
  2018-12-26 16:22 ` [PATCH v2] " Chayoung You
  0 siblings, 1 reply; 2+ messages in thread
From: Chayoung You @ 2018-12-26 16:14 UTC (permalink / raw)
  To: git; +Cc: SZEDER Gábor, Junio C Hamano

---
 contrib/completion/git-completion.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 9e8ec95c3..86a9719a5 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'
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2] completion: fix typo in git-completion.bash
  2018-12-26 16:14 [PATCH] completion: fix typo in git-completion.bash Chayoung You
@ 2018-12-26 16:22 ` Chayoung You
  0 siblings, 0 replies; 2+ messages in thread
From: Chayoung You @ 2018-12-26 16:22 UTC (permalink / raw)
  To: git; +Cc: SZEDER Gábor, Junio C Hamano

Signed-off-by: Chayoung You <yousbe@gmail.com>
---
 contrib/completion/git-completion.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 9e8ec95c3..86a9719a5 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'
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-26 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-26 16:14 [PATCH] completion: fix typo in git-completion.bash Chayoung You
2018-12-26 16:22 ` [PATCH v2] " Chayoung You

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).