X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=refs.c;h=b10419a69815ef1c005915f3606c992659e60c77;hb=6b37dff17f176d7e87efa93b4cf521dd725de247;hp=e3c05110e58ca5684f9c43b1e1a5eb2587c96828;hpb=7e4eb210bdf2a612d8bf4cc106d99ba190f73e3e;p=git.git diff --git a/refs.c b/refs.c index e3c05110e..b10419a69 100644 --- a/refs.c +++ b/refs.c @@ -1451,7 +1451,7 @@ int write_ref_sha1(struct ref_lock *lock, } o = parse_object(sha1); if (!o) { - error("Trying to write ref %s with nonexistant object %s", + error("Trying to write ref %s with nonexistent object %s", lock->ref_name, sha1_to_hex(sha1)); unlock_ref(lock); return -1;