Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
e0aaa1b653
commit
6412757514
@ -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;
|
||||
|
Reference in New Issue
Block a user