diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-09-28 14:47:52 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-28 14:47:52 +0900 |
commit | 8174645831a4b2b0722469d4f360bc97da2e2a6a (patch) | |
tree | de3babfbb828a16c977195d928fd1db36742e6c9 /submodule.h | |
parent | 386dd12b55597a33c34520ad1138cd45fd084424 (diff) | |
parent | 217bb56d4f32f1637b40fcf53237586f0ec27c15 (diff) | |
download | git-8174645831a4b2b0722469d4f360bc97da2e2a6a.tar.gz |
Merge branch 'hn/typofix'
* hn/typofix:
submodule.h: typofix
Diffstat (limited to 'submodule.h')
-rw-r--r-- | submodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |