We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8874c commit 4512d82Copy full SHA for 4512d82
ext/mysqli/tests/mysqli_thread_id.phpt
@@ -21,7 +21,7 @@ require_once 'skipifconnectfailure.inc';
21
22
// should work if the thread id is correct
23
$link->real_query('KILL '.mysqli_thread_id($link));
24
- // We kill out own connecton so we should get "Query execution was interrupted"
+ // We kill our own connection so we should get "Query execution was interrupted"
25
if ($link->errno !== 1317)
26
printf("[042] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
27
0 commit comments