From 9af9dfa1efcc2cf21bd6d4e185bfcdc92778d05c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 13 Mar 2012 23:43:48 +0000 Subject: [PATCH] Fix a couple of typos --- common/makefile-functions | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/makefile-functions b/common/makefile-functions index e63ac66..30ce03b 100644 --- a/common/makefile-functions +++ b/common/makefile-functions @@ -33,9 +33,8 @@ endef define echo_SU_request @echo $(BOLD)-------------------------------------------------------------------------------- @echo $(BLUE)$@ - @echo $(WHITE)ROOT privilege is required to perform a number commands - @echo sudo will request a password to all high privilege cmds to execute correctly -endef + @echo $(WHITE)ROOT privilege is required to perform a number of commands + @echo sudo will request a password in order to execute all high privilege commands define echo_SULUSER_request @echo $(BOLD)--------------------------------------------------------------------------------