summaryrefslogtreecommitdiff
path: root/ext/intl/common/common_error.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-06-30 17:00:25 -0700
committerStanislav Malyshev <stas@php.net>2012-06-30 17:00:25 -0700
commita3322f8927618a8cadbef4ae2121084b44a564d3 (patch)
tree939a94efa58136e851e478e070daf89edaa18376 /ext/intl/common/common_error.c
parenteb012cf88440423ff02c46421f29a1c6e850702c (diff)
parent896ac689c91967dec0601fa9fe048c518da52a3c (diff)
downloadphp-git-a3322f8927618a8cadbef4ae2121084b44a564d3.tar.gz
Merge branch 'PHP-5.4'
* PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred)
Diffstat (limited to 'ext/intl/common/common_error.c')
-rwxr-xr-xext/intl/common/common_error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/common/common_error.c b/ext/intl/common/common_error.c
index 24ded0c9fb..a0ee7c145f 100755
--- a/ext/intl/common/common_error.c
+++ b/ext/intl/common/common_error.c
@@ -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 )
{