diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-04-06 19:12:03 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-04-06 19:12:03 +0000 |
commit | 990304ae5eadfafd6c8b219519cc9e0a7abc5bf7 (patch) | |
tree | 40ddf4a702aee82e707f61c4a08e0e88b5014306 /graphics/gd | |
parent | Bison is not required as of files/patch-aa,v 1.10. (diff) |
Correct a typo.
Notes
Notes:
svn path=/head/; revision=57381
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |