diff options
author | Ulf Wendel <uw@php.net> | 2011-09-12 13:55:28 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2011-09-12 13:55:28 +0000 |
commit | 019e96a7f608f32bd02536a0685532db45ff0f0c (patch) | |
tree | 1aa0ecef1fe898d12912715f1adbd6d109d3889f | |
parent | f86bd3407b9150e75279661bef1566edd0fa8080 (diff) | |
download | php-git-019e96a7f608f32bd02536a0685532db45ff0f0c.tar.gz |
Fix typo.
-rw-r--r-- | ext/mysqli/tests/mysqli_poll_kill.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_poll_kill.phpt b/ext/mysqli/tests/mysqli_poll_kill.phpt index b6d8da89af..3ee863f433 100644 --- a/ext/mysqli/tests/mysqli_poll_kill.phpt +++ b/ext/mysqli/tests/mysqli_poll_kill.phpt @@ -175,7 +175,7 @@ if (!$IS_MYSQLND) To be fixed later. Minor issue about fetching error message from killed line --EXPECTF-- array(1) { - [%u|b%"processed beofre killed"]=> + [%u|b%"processed before killed"]=> %unicode|string%(1) "1" } Fetching from thread %d... |