aboutsummaryrefslogtreecommitdiff
path: root/pathspec.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-30 13:45:25 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-30 13:45:25 -0700
commit748cffc22bbe769b3b2fba90ae98db4719b90bb4 (patch)
treef65f24be1f89121be4ccf0191c06651e81e6abc9 /pathspec.c
parent53ee6b8f1a2d7445db914e692bdf9eb2ec0cc780 (diff)
parent64127575149e35b409bc2f78962f86507346d604 (diff)
downloadgit-748cffc22bbe769b3b2fba90ae98db4719b90bb4.tar.xz
Merge branch 'vs/typofixes'
Many typofixes. * vs/typofixes: Spelling fixes
Diffstat (limited to 'pathspec.c')
-rw-r--r--pathspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathspec.c b/pathspec.c
index a5f4df31ea..e2a23ebc96 100644
--- a/pathspec.c
+++ b/pathspec.c
@@ -606,7 +606,7 @@ void parse_pathspec(struct pathspec *pathspec,
/*
* If everything is an exclude pattern, add one positive pattern
- * that matches everyting. We allocated an extra one for this.
+ * that matches everything. We allocated an extra one for this.
*/
if (nr_exclude == n) {
int plen = (!(flags & PATHSPEC_PREFER_CWD)) ? 0 : prefixlen;