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/commit.c | |
parent | 4fc72d91066d8fcb6de25596429fd603d3d91d79 (diff) | |
parent | ad5fe3771b50f3862130d150b5cc8bb316ef6f1c (diff) | |
download | git-296b4c4bbf63c8addb1654a05950843e9984d0eb.tar.gz |
Merge branch 'ah/grammofix'
* ah/grammofix:
grammofix in user-facing messages
Diffstat (limited to 'builtin/commit.c')
-rw-r--r-- | builtin/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/commit.c b/builtin/commit.c index 4a45bedc09..b0fe7847d3 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -1826,7 +1826,7 @@ int cmd_commit(int argc, const char **argv, const char *prefix) if (commit_index_files()) die (_("Repository has been updated, but unable to write\n" - "new_index file. Check that disk is not full or quota is\n" + "new_index file. Check that disk is not full and quota is\n" "not exceeded, and then \"git reset HEAD\" to recover.")); rerere(0); |