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/rm.c | |
parent | 96db324a73fdada6fbe7b63221986f8f18cc63b0 (diff) | |
download | git-ad5fe3771b50f3862130d150b5cc8bb316ef6f1c.tar.gz |
grammofix in user-facing messagesah/grammofix
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/rm.c')
-rw-r--r-- | builtin/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/rm.c b/builtin/rm.c index bc6490b8bc..2b61d3bd41 100644 --- a/builtin/rm.c +++ b/builtin/rm.c @@ -65,7 +65,7 @@ static void error_removing_concrete_submodules(struct string_list *files, int *e Q_("the following submodule (or one of its nested " "submodules)\n" "uses a .git directory:", - "the following submodules (or one of its nested " + "the following submodules (or one of their nested " "submodules)\n" "use a .git directory:", files->nr), _("\n(use 'rm -rf' if you really want to remove " |