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
|
@ -24,7 +24,7 @@
|
|||
#include "common_error.h"
|
||||
|
||||
/* {{{ proto int intl_get_error_code()
|
||||
* Get code of the last occured error.
|
||||
* Get code of the last occurred error.
|
||||
*/
|
||||
PHP_FUNCTION( intl_get_error_code )
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ PHP_FUNCTION( intl_get_error_code )
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto string intl_get_error_message()
|
||||
* Get text description of the last occured error.
|
||||
* Get text description of the last occurred error.
|
||||
*/
|
||||
PHP_FUNCTION( intl_get_error_message )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue