mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
Fix copy/paste error message typo
This commit is contained in:
parent
1e32c24608
commit
1fbd585948
2
php_uv.c
2
php_uv.c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user