($(bindir)/make): Fix typo in echo.
authorRoland McGrath <roland@redhat.com>
Tue, 10 Jan 1995 11:29:08 +0000 (11:29 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 10 Jan 1995 11:29:08 +0000 (11:29 +0000)
compatMakefile

index be057e55df951566a4872968e82b16832b95c5f4..eca3244c30f7bf5a9dbfc7fa46a73f6fb7e9a8ca 100644 (file)
@@ -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.