Skip to content

Commit 7e7d327

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/mysqli_stmt_get_result.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if (!function_exists('mysqli_stmt_get_result'))
157157
mysqli_free_result($result);
158158

159159
$link->real_query('KILL '.mysqli_thread_id($link));
160-
// We kill out own connecton so we should get "Query execution was interrupted"
160+
// We kill our own connection so we should get "Query execution was interrupted"
161161
if ($link->errno !== 1317)
162162
printf("[042] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
163163

0 commit comments

Comments
 (0)