ref_transaction_commit(): delete extra "the" from error message
commit3553944aa8ca05fef7c24c5aa98c7de4bb3167d5
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 11 May 2015 15:25:19 +0000 (11 17:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 18:50:20 +0000 (11 11:50 -0700)
tree87d1310a8772a2cc4c04e790685ea4da1af55e92
parentcbaabcbc6fa9568269d6baeccb0a621cd0413c6c
ref_transaction_commit(): delete extra "the" from error message

While we are in the area, let's remove a superfluous definite article
from the error message that is emitted when the reference cannot be
locked. This improves how it reads and makes it a bit shorter.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
refs.c
t/t1400-update-ref.sh