summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b98525e)
raw | patch | inline | side by side (parent: b98525e)
author | Bill Lear <rael@zopyra.com> | |
Wed, 16 Jan 2008 12:46:53 +0000 (06:46 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Jan 2008 19:37:58 +0000 (11:37 -0800) |
Correct a spelling mistake in a comment.
Signed-off-by: Bill Lear <rael@zopyra.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Bill Lear <rael@zopyra.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c | patch | blob | history |
index b18c140e3df7acc6e5bddd499d7ed7a4e672bf97..9ee0c41ba9014c15884348b58fdd73a418929d95 100644 (file)
--- a/diff.c
+++ b/diff.c
/*
* 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))