diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2017-09-21 14:43:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-22 10:59:52 +0900 |
commit | 217bb56d4f32f1637b40fcf53237586f0ec27c15 (patch) | |
tree | cecdbf65435dff1f7a22e61e7933f84798c7a37a /submodule.h | |
parent | 94c9fd268d4287f6fbfef84793288479905a7e48 (diff) | |
download | git-217bb56d4f32f1637b40fcf53237586f0ec27c15.tar.gz |
submodule.h: typofixhn/typofix
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 e85b144863..3c239d1ecf 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); |