X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=pack-check.c;h=9d0cb9a114cb3e5b0a4a4a132b9289ef18d8ae21;hb=89d1b5b8f70c1572c71ec04d5bb164f0849815dc;hp=395fb9527a3bc6dd8ca648233911a1c35604440d;hpb=d60ad81e6806c6dc8778fa3900caa8fd7c061fb4;p=git.git diff --git a/pack-check.c b/pack-check.c index 395fb9527..9d0cb9a11 100644 --- a/pack-check.c +++ b/pack-check.c @@ -77,7 +77,7 @@ static int verify_packfile(struct packed_git *p, err = error("%s SHA1 checksum mismatch", p->pack_name); if (hashcmp(index_base + index_size - 40, pack_sig)) - err = error("%s SHA1 does not match its inddex", + err = error("%s SHA1 does not match its index", p->pack_name); unuse_pack(w_curs);