submodule.h: typofix

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Han-Wen Nienhuys committed Sep 21, 2017 at 14:43 UTC 217bb56d4f32f1637b40fcf53237586f0ec27c15
1 file changed +1 -1
submodule.h
+1 -1
@@ -129,7 +129,7 @@ extern int submodule_move_head(const char *path,
129
130 /*
131 * Prepare the "env_array" parameter of a "struct child_process" for executing
132 - * a submodule by clearing any repo-specific envirionment variables, but
132 + * a submodule by clearing any repo-specific environment variables, but
133 * retaining any config in the environment.
134 */
135 extern void prepare_submodule_repo_env(struct argv_array *out);