summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc
diff options
context:
space:
mode:
authorRodrigo Prado <royopa@gmail.com>2017-11-07 22:06:52 -0200
committerPeter Kokot <peterkokot@gmail.com>2019-02-09 00:07:20 +0100
commitdc1937e386082dddbcab612889ad8cb15df88b73 (patch)
tree863bc9630c343c776f8353d1618ea8cc37723a14 /ext/pdo_odbc
parentc245898bfaf47353a748ca6f2d37cd669e697ae4 (diff)
downloadphp-git-dc1937e386082dddbcab612889ad8cb15df88b73.tar.gz
updated typo in test
User Group: PHPSP #phptestfestbrasil
Diffstat (limited to 'ext/pdo_odbc')
-rw-r--r--ext/pdo_odbc/tests/long_columns.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/tests/long_columns.phpt b/ext/pdo_odbc/tests/long_columns.phpt
index b54421151b..bb02dcf89f 100644
--- a/ext/pdo_odbc/tests/long_columns.phpt
+++ b/ext/pdo_odbc/tests/long_columns.phpt
@@ -38,7 +38,7 @@ if (!isset($config['ENV']['PDOTEST_DSN']) || $config['ENV']['PDOTEST_DSN']===fal
//
// easy way to compile:
// configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
-// configure --disable-all --eanble-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug
+// configure --disable-all --enable-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug
//
require 'ext/pdo/tests/pdo_test.inc';