diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-08-13 14:26:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-08-13 12:31:04 -0700 |
commit | 08a12175d8b725d80efac41328780b57c4cfa6b1 (patch) | |
tree | b250497d9f43371dc65437de70d6b6d01b47c050 /contrib/completion/git-completion.bash | |
parent | Sync with Git 2.22.1 (diff) | |
download | tgif-08a12175d8b725d80efac41328780b57c4cfa6b1.tar.xz |
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>
Diffstat (limited to 'contrib/completion/git-completion.bash')
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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, |