From ad5fe3771b50f3862130d150b5cc8bb316ef6f1c Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Sat, 30 Aug 2014 13:56:01 -0600 Subject: grammofix in user-facing messages Signed-off-by: Alex Henrie Acked-by: Johan Herland Signed-off-by: Junio C Hamano --- builtin/notes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/notes.c') diff --git a/builtin/notes.c b/builtin/notes.c index 820c34135c..0606964ce4 100644 --- a/builtin/notes.c +++ b/builtin/notes.c @@ -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); } -- cgit v1.2.1