* [PATCH] Correct spelling in diff.c comment
@ 2008-01-16 12:46 Bill Lear
0 siblings, 0 replies; only message in thread
From: Bill Lear @ 2008-01-16 12:46 UTC (permalink / raw)
To: git; +Cc: Bill Lear
Correct a spelling mistake in a comment.
Signed-off-by: Bill Lear <rael@zopyra.com>
---
diff.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/diff.c b/diff.c
index b18c140..9ee0c41 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))
--
gitgui.0.8.4.g9c514
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-16 12:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 12:46 [PATCH] Correct spelling in diff.c comment Bill Lear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).