diff options
author | Bill Lear <rael@zopyra.com> | 2008-01-16 06:46:53 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-16 11:37:58 -0800 |
commit | 9f6fe82233fff26abd1a5315ba7709ccee078ec1 (patch) | |
tree | 15905728296faf05fe17f3ae85f51e200e59e39c /diff.c | |
parent | b98525e4bf1c3587bc57ad982d616dbe174c6e23 (diff) | |
download | git-9f6fe82233fff26abd1a5315ba7709ccee078ec1.tar.gz |
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>
Diffstat (limited to 'diff.c')
-rw-r--r-- | diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |