X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-mktag.c;h=8605802d388f348cfbecdefefceb01089e2b6a58;hb=40469ee9c6a6f4c85df5520ef719bba3d38a64f0;hp=5d2830dc2bdfa2e76afc3fd4687db8faffaefba2;hpb=cf9a113d3526c301b380fbd8a5d3b9d74d322c71;p=git.git diff --git a/git-mktag.c b/git-mktag.c index 5d2830dc..8605802d 100644 --- a/git-mktag.c +++ b/git-mktag.c @@ -114,7 +114,7 @@ int main(int argc, char **argv) // Read the signature size = read(0, buffer, MAXSIZE); - // Verify it for some basic sanity: it needs to start with "object \ntag " + // Verify it for some basic sanity: it needs to start with "object \ntype " if (verify_tag(buffer, size) < 0) die("invalid tag signature file");