summaryrefslogtreecommitdiff
path: root/submodule.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-28 05:47:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-09-28 05:47:52 (GMT)
commit8174645831a4b2b0722469d4f360bc97da2e2a6a (patch)
treede3babfbb828a16c977195d928fd1db36742e6c9 /submodule.h
parent386dd12b55597a33c34520ad1138cd45fd084424 (diff)
parent217bb56d4f32f1637b40fcf53237586f0ec27c15 (diff)
downloadgit-8174645831a4b2b0722469d4f360bc97da2e2a6a.zip
git-8174645831a4b2b0722469d4f360bc97da2e2a6a.tar.gz
git-8174645831a4b2b0722469d4f360bc97da2e2a6a.tar.bz2
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 6b52133..f0da027 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);