]> granicus.if.org Git - php/commitdiff
fix typo
authorAndrey Hristov <andrey@php.net>
Wed, 14 Dec 2011 17:59:11 +0000 (17:59 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 14 Dec 2011 17:59:11 +0000 (17:59 +0000)
ext/mysqli/tests/mysqli_poll_kill.phpt

index 3ee863f433ced757fdddc93f24ca64fae1dd99bf..b068d64e8fbe587b42974892c5097cf857708d32 100644 (file)
@@ -25,7 +25,7 @@ if (!$IS_MYSQLND)
        // Killing connection - 1
 
        $link = get_connection();
-       if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed beofre killed'", MYSQLI_ASYNC |  MYSQLI_USE_RESULT)))
+       if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before killed'", MYSQLI_ASYNC |  MYSQLI_USE_RESULT)))
                printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
 
        // Sleep 0.1s - the asynchronous query should have been processed after the wait period