mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -188,7 +188,7 @@ mysqlnd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * filename, zen
|
|||
char tmp_buf[sizeof(conn->error_info->error)];
|
||||
int tmp_error_no;
|
||||
*is_warning = TRUE;
|
||||
/* error occured */
|
||||
/* error occurred */
|
||||
tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf) TSRMLS_CC);
|
||||
SET_CLIENT_ERROR(*conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf);
|
||||
/* write empty packet to server */
|
||||
|
@ -211,7 +211,7 @@ mysqlnd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * filename, zen
|
|||
goto infile_error;
|
||||
}
|
||||
|
||||
/* error during read occured */
|
||||
/* error during read occurred */
|
||||
if (bufsize < 0) {
|
||||
char tmp_buf[sizeof(conn->error_info->error)];
|
||||
int tmp_error_no;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue