mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
typofix
This commit is contained in:
@@ -32,7 +32,7 @@ namespace ev
|
||||
{
|
||||
filter |= EVFILT_READ;
|
||||
}
|
||||
if(handler->writable())
|
||||
if(handler->writeable())
|
||||
{
|
||||
filter |= EVFILT_WRITE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user