]> granicus.if.org Git - php/commitdiff
fixed typo
authorMarkus Staab <maggus.staab@googlemail.com>
Wed, 29 Mar 2017 07:05:34 +0000 (09:05 +0200)
committerRemi Collet <remi@php.net>
Wed, 29 Mar 2017 07:10:42 +0000 (09:10 +0200)
ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt

index f9f0b5f33a79a3a4e35fb99b644cd7f42c9eb7f9..0c5bd860f67cdacd6f58c473176abff60ffac5dd 100644 (file)
@@ -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