mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix typo in error message
This commit is contained in:
parent
d8b067e66f
commit
0df73a85e1
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ static void _php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAMETERS)
|
|||
rbbi = new RuleBasedBreakIterator((uint8_t*)rules, rules_len, status);
|
||||
if (U_FAILURE(status)) {
|
||||
intl_error_set(NULL, status, "rbbi_create_instance: unable to "
|
||||
"creaete instance from compiled rules", 0 TSRMLS_CC);
|
||||
"create instance from compiled rules", 0 TSRMLS_CC);
|
||||
RETURN_NULL();
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue