grammofix in user-facing messages

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alex Henrie
2014-08-30 13:56:01 -06:00
committed by Junio C Hamano
parent 96db324a73
commit ad5fe3771b
8 changed files with 10 additions and 10 deletions

View File

@ -211,7 +211,7 @@ static void create_note(const unsigned char *object, struct msg_arg *msg,
if (write_sha1_file(msg->buf.buf, msg->buf.len, blob_type, result)) {
error(_("unable to write note object"));
if (path)
error(_("The note contents has been left in %s"),
error(_("The note contents have been left in %s"),
path);
exit(128);
}