summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
diff options
context:
space:
mode:
authorMarkus Staab <maggus.staab@googlemail.com>2017-03-29 09:05:34 +0200
committerRemi Collet <remi@php.net>2017-03-29 09:09:53 +0200
commit851f3654f16373d625ef78499b00daa6d2c92aaa (patch)
tree2651713b447cf0d033a3142443035cb197896d66 /ext/sqlite3/tests
parentb8842839db1811954175a5187b1453e79a2ea075 (diff)
downloadphp-git-851f3654f16373d625ef78499b00daa6d2c92aaa.tar.gz
fixed typo
Diffstat (limited to 'ext/sqlite3/tests')
-rw-r--r--ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt b/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt
index f9f0b5f33a..0c5bd860f6 100644
--- a/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt
+++ b/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt
@@ -3,7 +3,7 @@ SQLite3::createFunction - Test with flags
--SKIPIF--
<?php
require_once(__DIR__ . '/skipif.inc');
-if (!defined('SQLITE3_DETERMINISTIC')) die('skip system sqlite is to old');
+if (!defined('SQLITE3_DETERMINISTIC')) die('skip system sqlite is too old');
?>
--FILE--
<?php