completion: fix a typo in a comment

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

SZEDER Gábor committed Aug 13, 2019 at 14:26 UTC 08a12175d8b725d80efac41328780b57c4cfa6b1
1 file changed +1 -1
contrib/completion/git-completion.bash
+1 -1
@@ -524,7 +524,7 @@ __git_index_files ()
524 # Even when a directory name itself does not contain
525 # any special characters, it will still be quoted if
526 # 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
528 # both quoted and unquoted.
529 if (p in paths)
530 # We have seen the same directory unquoted,