From d7e716b8f0f5de55cb80e08929fff65a24777919 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 6 Apr 2010 13:42:21 +0000 Subject: [PATCH] fix typo --- ext/pdo_mysql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index b1ae1eec3a..d4c3745327 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -3,7 +3,7 @@ dnl config.m4 for extension pdo_mysql dnl vim: se ts=2 sw=2 et: PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO, -[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directoy +[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory If mysqlnd is passed as DIR, the MySQL native native driver will be used [/usr/local]]) -- 2.40.0