diff options
Diffstat (limited to 'include/socketengine.h')
-rw-r--r-- | include/socketengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socketengine.h b/include/socketengine.h index 0ff6e89ed..330e3911c 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -111,7 +111,7 @@ class CoreExport EventHandler : public Extensible * If this function is unimplemented, the base class * will return false. * - * NOTE: You cannot set both Readable() and + * NOTE: You cannot set both Readable() and * Writeable() to true. If you wish to receive * a write event for your object, you must call * SocketEngine::WantWrite() instead. This will |