summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-01-10 11:29:08 +0000
committerRoland McGrath <roland@redhat.com>1995-01-10 11:29:08 +0000
commitc1305a1a18789dd4fb63212e943bcb357543d4cc (patch)
tree1fb6c51200a5defd435278f11215d276aea75d2f
parent43d5fbfc8893d9cf450ffc6c5f30836f241ed496 (diff)
downloadgunmake-c1305a1a18789dd4fb63212e943bcb357543d4cc.tar.gz
($(bindir)/make): Fix typo in echo.
-rw-r--r--compatMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile
index be057e5..eca3244 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -195,7 +195,7 @@ $(bindir)/$(binprefix)make: make
else \
echo "$@ needs to be owned by group $(group) and setgid;"; \
echo "otherwise the \`-l' option will probably not work."; \
- echo "You may need special priveleges to install $@."; \
+ echo "You may need special privileges to install $@."; \
fi; \
else true; fi
# Some systems can't deal with renaming onto a running binary.