summaryrefslogtreecommitdiff
path: root/submodule.h
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2017-09-21 12:43:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-09-22 01:59:52 (GMT)
commit217bb56d4f32f1637b40fcf53237586f0ec27c15 (patch)
treececdbf65435dff1f7a22e61e7933f84798c7a37a /submodule.h
parent94c9fd268d4287f6fbfef84793288479905a7e48 (diff)
downloadgit-217bb56d4f32f1637b40fcf53237586f0ec27c15.zip
git-217bb56d4f32f1637b40fcf53237586f0ec27c15.tar.gz
git-217bb56d4f32f1637b40fcf53237586f0ec27c15.tar.bz2
submodule.h: 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/submodule.h b/submodule.h
index e85b144..3c239d1 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);