diff options
Diffstat (limited to 'devel/distcc')
-rw-r--r-- | devel/distcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 44bd56de9238..a30fe7c6ba61 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -41,7 +41,7 @@ HTML_DOC_FILES= distcc.html distcc-1.html distcc-2.html distcc-3.html \ pre-fetch: .if !defined(WITHOUT_GNOME) - @${ECHO_MSG} "Building with GNOME-based monitor. To disabled this, press" + @${ECHO_MSG} "Building with GNOME-based monitor. To disable this, press" @${ECHO_MSG} "Ctrl+C now and restart with 'make WITHOUT_GNOME=yes'." @${ECHO_MSG} "" .else |