diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-18 14:19:11 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-18 14:19:11 +0900 |
commit | 9554e71f60a0ac49a93b2ec8003a652ed65b05b5 (patch) | |
tree | 03fd75d22a5e67e23d2a144f1477823c41f559a7 | |
parent | 8e81361a0edad6c0bad97219e734b854bf02b542 (diff) | |
parent | 217bb56d4f32f1637b40fcf53237586f0ec27c15 (diff) | |
download | git-9554e71f60a0ac49a93b2ec8003a652ed65b05b5.tar.gz git-9554e71f60a0ac49a93b2ec8003a652ed65b05b5.tar.xz |
Merge branch 'hn/typofix' into maint
* hn/typofix:
submodule.h: typofix
-rw-r--r-- | submodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submodule.h b/submodule.h index e85b14486..3c239d1ec 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); |