diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2014-08-30 13:56:01 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-02 12:00:30 -0700 |
commit | ad5fe3771b50f3862130d150b5cc8bb316ef6f1c (patch) | |
tree | 720d0806aa46914127296596ea5818f283dc502f /builtin/notes.c | |
parent | 96db324a73fdada6fbe7b63221986f8f18cc63b0 (diff) | |
download | git-ad5fe3771b50f3862130d150b5cc8bb316ef6f1c.tar.gz git-ad5fe3771b50f3862130d150b5cc8bb316ef6f1c.tar.xz |
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>
Diffstat (limited to 'builtin/notes.c')
-rw-r--r-- | builtin/notes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/notes.c b/builtin/notes.c index 820c34135..0606964ce 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); } |