summary refs log tree commit diff
path: root/001-make.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-18 11:33:25 -0400
committerJune McEnroe <june@causal.agency>2018-09-18 11:33:25 -0400
commit287c8f7508b65c3189c5f2b4293309de7ac1f3ee (patch)
tree43fd7bb19fff9f294710af445317e3faee4cbe9e /001-make.7
parentAdd atom feed generator (diff)
downloadsrc-287c8f7508b65c3189c5f2b4293309de7ac1f3ee.tar.gz
src-287c8f7508b65c3189c5f2b4293309de7ac1f3ee.zip
Correct typo in Using Make
Diffstat (limited to '')
-rw-r--r--001-make.72
1 files changed, 1 insertions, 1 deletions
diff --git a/001-make.7 b/001-make.7
index 7ab27111..a96ba6f2 100644
--- a/001-make.7
+++ b/001-make.7
@@ -29,7 +29,7 @@ just run:
 The default rule for C files uses the
 .Ev CFLAGS
 variable,
-so you can set that in the enironment
+so you can set that in the environment
 to pass flags to the C compiler:
 .
 .Pp