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/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/rm.c') diff --git a/builtin/rm.c b/builtin/rm.c index bc6490b8b..2b61d3bd4 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 " -- cgit v1.2.1