git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] builtin-for-each-ref.c: fix typo in error message
@ 2008-02-24 23:16 Michele Ballabio
  0 siblings, 0 replies; only message in thread
From: Michele Ballabio @ 2008-02-24 23:16 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
---
 builtin-for-each-ref.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin-for-each-ref.c b/builtin-for-each-ref.c
index f36a43c..07d9c57 100644
--- a/builtin-for-each-ref.c
+++ b/builtin-for-each-ref.c
@@ -165,7 +165,7 @@ static int verify_format(const char *format)
 	for (cp = format; *cp && (sp = find_next(cp)); ) {
 		const char *ep = strchr(sp, ')');
 		if (!ep)
-			return error("malformatted format string %s", sp);
+			return error("malformed format string %s", sp);
 		/* sp points at "%(" and ep points at the closing ")" */
 		parse_atom(sp + 2, ep);
 		cp = ep + 1;
-- 
1.5.4.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-24 23:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24 23:16 [PATCH] builtin-for-each-ref.c: fix typo in error message Michele Ballabio

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