submodule--helper: fix typo in is_active error message

Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Stefan Beller committed Apr 13, 2017 at 15:08 UTC 9af7ec30cbd4b4ce9e071cd0d54297101f98b426
1 file changed +1 -1
builtin/submodule--helper.c
+1 -1
@@ -1163,7 +1163,7 @@ static int absorb_git_dirs(int argc, const char **argv, const char *prefix)
1163 static int is_active(int argc, const char **argv, const char *prefix)
1164 {
1165 if (argc != 2)
1166 - die("submodule--helper is-active takes exactly 1 arguments");
1166 + die("submodule--helper is-active takes exactly 1 argument");
1167
1168 gitmodules_config();
1169