From: Junio C Hamano Date: Thu, 28 Sep 2017 05:47:52 +0000 (+0900) Subject: Merge branch 'hn/typofix' X-Git-Tag: v2.15.0-rc0~47 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8174645831a4b2b0722469d4f360bc97da2e2a6a?hp=386dd12b55597a33c34520ad1138cd45fd084424 Merge branch 'hn/typofix' * hn/typofix: submodule.h: typofix --- diff --git a/submodule.h b/submodule.h index 6b52133c88..f0da0277a4 100644 --- a/submodule.h +++ b/submodule.h @@ -120,7 +120,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);