]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: fix typo in git-completion.bash
authorChayoung You <yousbe@gmail.com>
Wed, 26 Dec 2018 16:22:16 +0000 (01:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jan 2019 21:34:01 +0000 (13:34 -0800)
Signed-off-by: Chayoung You <yousbe@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 9e8ec95c3c7adb2956435ded43b020532aafa1c2..86a9719a51f37bf2c89b6c7ad6c45370ba3b0225 100644 (file)
@@ -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'