summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2010-04-06 13:42:21 +0000
committerAntony Dovgal <tony2001@php.net>2010-04-06 13:42:21 +0000
commitadaf07849daeab5eec317c4bc7f67440928fa44e (patch)
treee69c80b1aa8c0a093bfcde74cfe98d3608d889f2 /ext/pdo_mysql
parentb8484a2e89feffd25a6ecbfdc54a3ca6dd979860 (diff)
downloadphp-git-adaf07849daeab5eec317c4bc7f67440928fa44e.tar.gz
fix typo
Diffstat (limited to 'ext/pdo_mysql')
-rwxr-xr-xext/pdo_mysql/config.m42
1 files changed, 1 insertions, 1 deletions
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]])