chore(SingleSocketPoller): spelling

This commit is contained in:
Aleksandar Fabijanic 2024-01-15 23:08:49 +01:00
parent 237f4cdf10
commit a1b756b94e

View File

@ -86,7 +86,7 @@ public:
}
bool done() const
/// Returns tru if handler is done.
/// Returns true if handler is done.
{
return _reader.handlerDone();
}