Merge branch 'hn/typofix' into maint

* hn/typofix:
  submodule.h: typofix
This commit is contained in:
Junio C Hamano
2017-10-18 14:19:11 +09:00

View File

@ -129,7 +129,7 @@ extern int submodule_move_head(const char *path,
/* /*
* Prepare the "env_array" parameter of a "struct child_process" for executing * 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. * retaining any config in the environment.
*/ */
extern void prepare_submodule_repo_env(struct argv_array *out); extern void prepare_submodule_repo_env(struct argv_array *out);