summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJacob Ward <jacobward1898@gmail.com>2016-03-07 13:10:10 -0700
committerJacob Ward <jacobward1898@gmail.com>2016-03-07 13:10:10 -0700
commitf0967a8550657e5774a298a976a3ae331852c214 (patch)
treeaf60aed6b6c2bc30260aa03122f412625076c572
parentc04611012b4d1198bee55fe1251ca7a618b70b35 (diff)
[make/en] enviroment -> environment
-rw-r--r--make.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.html.markdown b/make.html.markdown
index bf934c58..b3425b8a 100644
--- a/make.html.markdown
+++ b/make.html.markdown
@@ -145,11 +145,11 @@ echo:
# In order of priority from highest to lowest:
# 1: commandline arguments
# 2: Makefile
-# 3: shell enviroment variables - make imports these automatically.
+# 3: shell environment variables - make imports these automatically.
# 4: make has some predefined variables
name4 ?= Jean
-# Only set the variable if enviroment variable is not already defined.
+# Only set the variable if environment variable is not already defined.
override name5 = David
# Stops commandline arguments from changing this variable.