summaryrefslogtreecommitdiff
path: root/ext/odbc/tests/bug60616.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/tests/bug60616.phpt')
-rw-r--r--ext/odbc/tests/bug60616.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/tests/bug60616.phpt b/ext/odbc/tests/bug60616.phpt
index 937049a9b8..72226f23bb 100644
--- a/ext/odbc/tests/bug60616.phpt
+++ b/ext/odbc/tests/bug60616.phpt
@@ -12,7 +12,7 @@ $euc_jp = base64_decode($euc_jp_base64);
$ascii = 'abcdefghijklmnopqrstuvwxyz;]=#0123456789';
include 'config.inc';
-ini_set("odbc.defaultlrl", 4); // Set artifically low
+ini_set("odbc.defaultlrl", 4); // Set artificially low
$conn = odbc_connect($dsn, $user, $pass);