From: Roland McGrath Date: Tue, 10 Jan 1995 11:29:08 +0000 (+0000) Subject: ($(bindir)/make): Fix typo in echo. X-Git-Tag: 3.72.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1305a1a18789dd4fb63212e943bcb357543d4cc;p=thirdparty%2Fmake.git ($(bindir)/make): Fix typo in echo. --- diff --git a/compatMakefile b/compatMakefile index be057e55..eca3244c 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.