diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-20 03:35:12 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-20 03:35:12 +0000 |
commit | 8464b63f359e6e1351b7a58f845aaca092ed4a67 (patch) | |
tree | a0937b2dbbe3174a3fdf6b46602a3b98918295a9 /databases/mysql55-server | |
parent | 3858bb064920f10f3f08b4e9d07edc9a76686ab1 (diff) | |
download | FreeBSD-ports-8464b63f359e6e1351b7a58f845aaca092ed4a67.zip FreeBSD-ports-8464b63f359e6e1351b7a58f845aaca092ed4a67.tar.gz |
Spelling correction: to -> too.
Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r-- | databases/mysql55-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 2793a98..8156aa9 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.59 1999/07/05 18:11:36 dirk Exp $ +# $Id: Makefile,v 1.60 1999/08/11 20:56:02 dirk Exp $ # DISTNAME= mysql-3.22.24 @@ -66,7 +66,7 @@ pre-fetch: pre-fetch: @${ECHO} @${ECHO} "Sorry, native FreeBSD threads (libc_r) in 2.2-branch" - @${ECHO} "are still to buggy to use with mysql." + @${ECHO} "are still too buggy to use with mysql." @${ECHO} "Using mit-pthreads." @${ECHO} .endif |