diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-06-30 13:45:25 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-06-30 13:45:25 -0700 |
| commit | 748cffc22bbe769b3b2fba90ae98db4719b90bb4 (patch) | |
| tree | f65f24be1f89121be4ccf0191c06651e81e6abc9 /pathspec.c | |
| parent | 53ee6b8f1a2d7445db914e692bdf9eb2ec0cc780 (diff) | |
| parent | 64127575149e35b409bc2f78962f86507346d604 (diff) | |
| download | git-748cffc22bbe769b3b2fba90ae98db4719b90bb4.tar.xz | |
Merge branch 'vs/typofixes'
Many typofixes.
* vs/typofixes:
Spelling fixes
Diffstat (limited to 'pathspec.c')
| -rw-r--r-- | pathspec.c | 2 |
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; |
