diff options
author | adamw <adamw@FreeBSD.org> | 2005-05-26 20:13:27 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-05-26 20:13:27 +0000 |
commit | 7b440b04ea8ed54bbc2d409f5f9511b5d857bdc5 (patch) | |
tree | 5d9399d68270af349836faccd64b79debd3bf9b1 /multimedia | |
parent | 0eb264c7209fd562eefe014133fdf461d4bedea5 (diff) | |
download | FreeBSD-ports-7b440b04ea8ed54bbc2d409f5f9511b5d857bdc5.zip FreeBSD-ports-7b440b04ea8ed54bbc2d409f5f9511b5d857bdc5.tar.gz |
Grammar nit.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index b030403..9e6895f 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -746,7 +746,7 @@ CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher" pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Take a careful look at the beginning of the Makefile in order" - @${ECHO_MSG} "to learn how to tune VLC towards you personal preferences!" + @${ECHO_MSG} "to learn how to tune VLC to your personal preferences!" @${ECHO_MSG} "" post-patch: |