Correct spelling in diff.c comment

Correct a spelling mistake in a comment.

Signed-off-by: Bill Lear <rael@zopyra.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Bill Lear 2008-01-16 06:46:53 -06:00 committed by Junio C Hamano
parent b98525e4bf
commit 9f6fe82233

2
diff.c
View File

@ -1224,7 +1224,7 @@ static const char *diff_funcname_pattern(struct diff_filespec *one)
/*
* And define built-in fallback patterns here. Note that
* these can be overriden by the user's config settings.
* these can be overridden by the user's config settings.
*/
for (i = 0; i < ARRAY_SIZE(builtin_funcname_pattern); i++)
if (!strcmp(ident, builtin_funcname_pattern[i].name))