diff options
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 74a2023d2b92..46355f68e07e 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -40,7 +40,7 @@ pre-everything:: .if !defined(WITH_X11) @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Xpm support," - @${ECHO_MSG} "hst Ctrl-C right now and use \"make WITH_X11=yes\"" + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_X11=yes\"" @${ECHO_MSG} .endif diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 74a2023d2b92..46355f68e07e 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -40,7 +40,7 @@ pre-everything:: .if !defined(WITH_X11) @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Xpm support," - @${ECHO_MSG} "hst Ctrl-C right now and use \"make WITH_X11=yes\"" + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_X11=yes\"" @${ECHO_MSG} .endif |