We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d055f4f commit 00388b7Copy full SHA for 00388b7
ext/standard/poll.c
@@ -611,7 +611,7 @@ PHP_METHOD(PollContext, getBackend)
611
612
if (!strcmp(backend_name, "epoll")) {
613
entryname = "Epoll";
614
- } else if (!strcmp(backend_name, "kqueu")) {
+ } else if (!strcmp(backend_name, "kqueue")) {
615
entryname = "Kqueue";
616
} else if (!strcmp(backend_name, "wsapoll")) {
617
entryname = "WSAPoll";
0 commit comments