git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* builtin-add.c patch
@ 2008-12-10 12:38 daly
  2008-12-10 14:26 ` Alexander Potashev
  0 siblings, 1 reply; 8+ messages in thread
From: daly @ 2008-12-10 12:38 UTC (permalink / raw)
  To: git; +Cc: daly

A trivial patch to fix a typo -- Tim Daly


diff --git a/builtin-add.c b/builtin-add.c
index ea4e771..5f2e68b 100644
--- a/builtin-add.c
+++ b/builtin-add.c
@@ -23,7 +23,7 @@ static void fill_pathspec_matches(const char **pathspec, char *seen, int specs)
 	int num_unmatched = 0, i;
 
 	/*
-	 * Since we are walking the index as if we are warlking the directory,
+	 * Since we are walking the index as if we are walking the directory,
 	 * we have to mark the matched pathspec as seen; otherwise we will
 	 * mistakenly think that the user gave a pathspec that did not match
 	 * anything.

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-12-10 23:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-10 12:38 builtin-add.c patch daly
2008-12-10 14:26 ` Alexander Potashev
2008-12-10 16:01   ` Boyd Stephen Smith Jr.
2008-12-10 19:10   ` root
2008-12-10 22:27     ` [PATCH (resend)] Fix typo in comment in builtin-add.c Alexander Potashev
2008-12-10 23:38       ` Junio C Hamano
2008-12-10 19:14   ` builtin-add.c patch root
2008-12-10 20:10     ` Alexander Potashev

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).