Skip to content

Commit

Permalink
Correct spelling in diff.c comment
Browse files Browse the repository at this point in the history
Correct a spelling mistake in a comment.

Signed-off-by: Bill Lear <rael@zopyra.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Bill Lear authored and Junio C Hamano committed Jan 16, 2008
1 parent b98525e commit 9f6fe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9f6fe82

Please sign in to comment.