From: Han-Wen Nienhuys Date: Thu, 21 Sep 2017 12:43:37 +0000 (+0200) Subject: submodule.h: typofix X-Git-Tag: v2.15.0-rc0~47^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/217bb56d4f32f1637b40fcf53237586f0ec27c15?hp=--cc submodule.h: typofix Signed-off-by: Han-Wen Nienhuys Signed-off-by: Junio C Hamano --- 217bb56d4f32f1637b40fcf53237586f0ec27c15 diff --git a/submodule.h b/submodule.h index e85b144863..3c239d1ecf 100644 --- a/submodule.h +++ b/submodule.h @@ -129,7 +129,7 @@ extern int submodule_move_head(const char *path, /* * Prepare the "env_array" parameter of a "struct child_process" for executing - * a submodule by clearing any repo-specific envirionment variables, but + * a submodule by clearing any repo-specific environment variables, but * retaining any config in the environment. */ extern void prepare_submodule_repo_env(struct argv_array *out);