Skip to content

Commit c52f58a

Browse files
Update ext/mysqli/tests/mysqli_thread_id.phpt
Co-authored-by: Jan Rosier <rosier@interstroom.nl>
1 parent 7e7d327 commit c52f58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/mysqli_thread_id.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require_once 'skipifconnectfailure.inc';
2121

2222
// should work if the thread id is correct
2323
$link->real_query('KILL '.mysqli_thread_id($link));
24-
// We kill out own connecton so we should get "Query execution was interrupted"
24+
// We kill our own connection so we should get "Query execution was interrupted"
2525
if ($link->errno !== 1317)
2626
printf("[042] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
2727

0 commit comments

Comments
 (0)