Fixed the common misspelling of the word occurred (occured -> occurred)

This commit is contained in:
Marc Easen 2012-06-11 21:47:40 +01:00 committed by Stanislav Malyshev
parent b8d453d8d4
commit 896ac689c9
34 changed files with 73 additions and 73 deletions

View file

@ -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 )
{