Skip to content

Commit 1fbd585

Browse files
committed
Fix copy/paste error message typo
1 parent 1e32c24 commit 1fbd585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_uv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ static inline int php_uv_common_init(php_uv_t **result, uv_loop_t *loop, enum ph
436436
{
437437
r = uv_check_init(loop, &uv->uv.check);
438438
if (r) {
439-
php_error_docref(NULL TSRMLS_CC, E_ERROR, "uv_prepare_init failed");
439+
php_error_docref(NULL TSRMLS_CC, E_ERROR, "uv_check_init failed");
440440
goto cleanup;
441441
}
442442

0 commit comments

Comments
 (0)