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>
This commit is contained in:
Stefan Beller 2017-04-13 15:08:54 -07:00 коммит произвёл Junio C Hamano
Родитель 1b614c07d2
Коммит 9af7ec30cb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();