Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2017-09-21 15:43:37 +0300
committerJunio C Hamano <gitster@pobox.com>2017-09-22 04:59:52 +0300
commit217bb56d4f32f1637b40fcf53237586f0ec27c15 (patch)
treececdbf65435dff1f7a22e61e7933f84798c7a37a /submodule.h
parent94c9fd268d4287f6fbfef84793288479905a7e48 (diff)
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 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);