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/commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/commit.c') diff --git a/builtin/commit.c b/builtin/commit.c index 5ed60364ce..59c91ea1a4 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -1778,7 +1778,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); -- cgit v1.2.1