mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed the common misspelling of the word occurred (occured -> occurred)
This commit is contained in:
parent
b8d453d8d4
commit
896ac689c9
34 changed files with 73 additions and 73 deletions
|
@ -134,7 +134,7 @@ static int pdo_mysql_fill_stmt_from_result(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
|
|||
|
||||
row_count = mysql_affected_rows(H->server);
|
||||
if (row_count == (my_ulonglong)-1) {
|
||||
/* we either have a query that returned a result set or an error occured
|
||||
/* we either have a query that returned a result set or an error occurred
|
||||
lets see if we have access to a result set */
|
||||
if (!H->buffered) {
|
||||
S->result = mysql_use_result(H->server);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue