From: SZEDER Gábor Date: Tue, 13 Aug 2019 12:26:42 +0000 (+0200) Subject: completion: fix a typo in a comment X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/08a12175d8b725d80efac41328780b57c4cfa6b1 completion: fix a typo in a comment Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e087c4bf00..cd9d8e1940 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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,