Git development
 help / color / mirror / Atom feed
* [PATCH] Typofix an error message in pack-check.c
@ 2005-07-07 22:12 Junio C Hamano
  0 siblings, 0 replies; only message in thread
From: Junio C Hamano @ 2005-07-07 22:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: git

The current error message does not make any sense.

Signed-off-by: Junio C Hamano <junkio@cox.net>
---

 pack-check.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

c3818dc056d1a603e15fe3f862849eddaee2a7c3
diff --git a/pack-check.c b/pack-check.c
--- a/pack-check.c
+++ b/pack-check.c
@@ -58,7 +58,7 @@ static int verify_packfile(struct packed
 			continue;
 		}
 		if (check_sha1_signature(sha1, data, size, type)) {
-			err = error("cannot packed %s from %s corrupt",
+			err = error("packed %s from %s is corrupt",
 				    sha1_to_hex(sha1), p->pack_name);
 			free(data);
 			continue;
------------

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

only message in thread, other threads:[~2005-07-07 22:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07 22:12 [PATCH] Typofix an error message in pack-check.c Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox