aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2014-08-30 13:56:01 -0600
committerJunio C Hamano <gitster@pobox.com>2014-09-02 12:00:30 -0700
commitad5fe3771b50f3862130d150b5cc8bb316ef6f1c (patch)
tree720d0806aa46914127296596ea5818f283dc502f /builtin/commit.c
parent96db324a73fdada6fbe7b63221986f8f18cc63b0 (diff)
downloadgit-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/commit.c')
-rw-r--r--builtin/commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/commit.c b/builtin/commit.c
index 5ed60364c..59c91ea1a 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);