diff options
author | Christopher Jones <sixd@php.net> | 2012-01-12 23:23:05 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2012-01-12 23:23:05 +0000 |
commit | f115235a6e9db4a91456a5e5475e858de7c06ef8 (patch) | |
tree | 458c024856d57268315d8a1988c46473ccea1a0b | |
parent | c7904620d17ede5f3dd4e7d886b7113219aa4673 (diff) | |
download | php-git-f115235a6e9db4a91456a5e5475e858de7c06ef8.tar.gz |
Fix configuration message typo and alignment (5.4 merge approved by Stas)
-rw-r--r-- | ext/mysqlnd/config9.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index 35f2bd6456..73101eb50e 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -3,8 +3,8 @@ dnl $Id$ dnl config.m4 for mysqlnd driver PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd, - [ --enable-mysqlnd Enable mysqlnd expliciely, will be done implicitly - when required by other extensions], no, yes) + [ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly + when required by other extensions], no, yes) PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd, [ --disable-mysqlnd-compression-support |