Skip to content

Commit 08a1217

Browse files
szedergitster
authored andcommitted
completion: fix a typo in a comment
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ff66981 commit 08a1217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ __git_index_files ()
524524
# Even when a directory name itself does not contain
525525
# any special characters, it will still be quoted if
526526
# any of its (stripped) trailing path components do.
527-
# Because of this we may have seen the same direcory
527+
# Because of this we may have seen the same directory
528528
# both quoted and unquoted.
529529
if (p in paths)
530530
# We have seen the same directory unquoted,

0 commit comments

Comments
 (0)