summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-29 20:32:03 +0000
committerRoland McGrath <roland@redhat.com>1992-10-29 20:32:03 +0000
commit55b9f37c35c201a597488690a33b3db0996e85a0 (patch)
tree2731f3933a7c6b8c6812610b4c79231259d26ca8 /make.texinfo
parent815ee70d7dbb4f47b2ce040119f0c2e33654078a (diff)
downloadgunmake-55b9f37c35c201a597488690a33b3db0996e85a0.tar.gz
Formerly make.texinfo.~52~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo
index b8e5de3..02ff935 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -2544,7 +2544,7 @@ If there is an error (the exit status is nonzero), @code{make} gives up on
the current rule, and perhaps on all rules.
Sometimes the failure of a certain command does not indicate a problem.
-For example, you may use the @code{mkdir} command to insure that a
+For example, you may use the @code{mkdir} command to ensure that a
directory exists. If the directory already exists, @code{mkdir} will
report an error, but you probably want @code{make} to continue regardless.