Fix typo in error message

This commit is contained in:
Gustavo André dos Santos Lopes 2012-06-25 12:06:31 +02:00
parent d8b067e66f
commit 0df73a85e1
2 changed files with 2 additions and 2 deletions

View file

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