summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-18 14:19:11 +0900
committerJunio C Hamano <gitster@pobox.com>2017-10-18 14:19:11 +0900
commit9554e71f60a0ac49a93b2ec8003a652ed65b05b5 (patch)
tree03fd75d22a5e67e23d2a144f1477823c41f559a7
parent8e81361a0edad6c0bad97219e734b854bf02b542 (diff)
parent217bb56d4f32f1637b40fcf53237586f0ec27c15 (diff)
downloadgit-9554e71f60a0ac49a93b2ec8003a652ed65b05b5.tar.gz
Merge branch 'hn/typofix' into maint
* hn/typofix: submodule.h: typofix
-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);