]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/completion/git-completion.bash
completion: fix a typo in a comment
[thirdparty/git.git] / contrib / completion / git-completion.bash
index e087c4bf0085add8e968e128db6b667acbc80320..cd9d8e1940a88b13a0b7a878dd4e9e529768019f 100644 (file)
@@ -524,7 +524,7 @@ __git_index_files ()
                        # Even when a directory name itself does not contain
                        # any special characters, it will still be quoted if
                        # any of its (stripped) trailing path components do.
-                       # Because of this we may have seen the same direcory
+                       # Because of this we may have seen the same directory
                        # both quoted and unquoted.
                        if (p in paths)
                                # We have seen the same directory unquoted,