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:
authorJunio C Hamano <gitster@pobox.com>2017-09-28 08:47:52 +0300
committerJunio C Hamano <gitster@pobox.com>2017-09-28 08:47:52 +0300
commit8174645831a4b2b0722469d4f360bc97da2e2a6a (patch)
treede3babfbb828a16c977195d928fd1db36742e6c9 /submodule.h
parent386dd12b55597a33c34520ad1138cd45fd084424 (diff)
parent217bb56d4f32f1637b40fcf53237586f0ec27c15 (diff)
Merge branch 'hn/typofix'
* hn/typofix: submodule.h: typofix
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 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);