typofix
This commit is contained in:
parent
9711298cae
commit
3861e5176d
@ -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