Skip to content

Commit 9f6fe82

Browse files
rael007gitster
authored andcommitted
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>
1 parent b98525e commit 9f6fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ static const char *diff_funcname_pattern(struct diff_filespec *one)
12241224

12251225
/*
12261226
* And define built-in fallback patterns here. Note that
1227-
* these can be overriden by the user's config settings.
1227+
* these can be overridden by the user's config settings.
12281228
*/
12291229
for (i = 0; i < ARRAY_SIZE(builtin_funcname_pattern); i++)
12301230
if (!strcmp(ident, builtin_funcname_pattern[i].name))

0 commit comments

Comments
 (0)