submodule--helper: fix typo in is_active error message
authorStefan Beller <sbeller@google.com>
Thu, 13 Apr 2017 22:08:54 +0000 (15:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Apr 2017 01:05:23 +0000 (18:05 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
index 7700d89488ed971a4e7cdfcafcbc4c0880836ee3..404cef77d98e0471626ccbde027faaa9721bc8d9 100644 (file)
@@ -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();