From: Bill Lear Date: Wed, 16 Jan 2008 12:46:53 +0000 (-0600) Subject: Correct spelling in diff.c comment X-Git-Tag: v1.5.4-rc4~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f6fe82233fff26abd1a5315ba7709ccee078ec1;p=git.git Correct spelling in diff.c comment Correct a spelling mistake in a comment. Signed-off-by: Bill Lear Signed-off-by: Junio C Hamano --- diff --git a/diff.c b/diff.c index b18c140e3..9ee0c41ba 100644 --- a/diff.c +++ b/diff.c @@ -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))