diff options
| author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
| commit | 296b4c4bbf63c8addb1654a05950843e9984d0eb (patch) | |
| tree | 2a93522efd6d616bc60372d945c3b43d1f2fb54f /builtin/notes.c | |
| parent | Merge branch 'rs/more-uses-of-skip-prefix' (diff) | |
| parent | grammofix in user-facing messages (diff) | |
| download | git-296b4c4bbf63c8addb1654a05950843e9984d0eb.tar.gz git-296b4c4bbf63c8addb1654a05950843e9984d0eb.zip | |
Merge branch 'ah/grammofix'
* ah/grammofix:
grammofix in user-facing messages
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 c25a412510..67d0bb14f8 100644 --- a/builtin/notes.c +++ b/builtin/notes.c @@ -210,7 +210,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); } |
