Skip to content

Commit

Permalink
Fix typo (swoole#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored May 4, 2020
1 parent 89bc7cf commit 0d7c202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swoole_event.cc
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ static PHP_FUNCTION(swoole_event_add)

if (fci_read.size == 0 && fci_write.size == 0)
{
php_swoole_fatal_error(E_WARNING, "both read and write callbacks are emoty");
php_swoole_fatal_error(E_WARNING, "both read and write callbacks are empty");
RETURN_FALSE;
}

Expand Down

0 comments on commit 0d7c202

Please sign in to comment.