From 9af7ec30cbd4b4ce9e071cd0d54297101f98b426 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Thu, 13 Apr 2017 15:08:54 -0700 Subject: submodule--helper: fix typo in is_active error message Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- builtin/submodule--helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 7700d89488..404cef77d9 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -1163,7 +1163,7 @@ static int absorb_git_dirs(int argc, const char **argv, const char *prefix) static int is_active(int argc, const char **argv, const char *prefix) { if (argc != 2) - die("submodule--helper is-active takes exactly 1 arguments"); + die("submodule--helper is-active takes exactly 1 argument"); gitmodules_config(); -- cgit v1.2.3