1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 03:06:37 +02:00

Fixed a typo in the epoll socket engine with clearing events

This commit is contained in:
Adam
2010-09-12 01:37:32 -04:00
parent 47872e53ed
commit 22b9da7f1d
@@ -98,7 +98,7 @@ class SocketEngineEPoll : public SocketEngineBase
s->SetFlag(SF_WRITABLE);
}
void ClearWriteble(Socket *s)
void ClearWritable(Socket *s)
{
if (!s->HasFlag(SF_WRITABLE))
return;