Fix copy/paste error message typo

This commit is contained in:
Daniel Lowrey 2014-05-08 00:37:22 -04:00
parent 1e32c24608
commit 1fbd585948

View File

@ -436,7 +436,7 @@ static inline int php_uv_common_init(php_uv_t **result, uv_loop_t *loop, enum ph
{
r = uv_check_init(loop, &uv->uv.check);
if (r) {
php_error_docref(NULL TSRMLS_CC, E_ERROR, "uv_prepare_init failed");
php_error_docref(NULL TSRMLS_CC, E_ERROR, "uv_check_init failed");
goto cleanup;
}