]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
MAXMODES+1 -> MAXMODES+2
[user/henk/code/inspircd.git] / include / socketengine.h
index 0ff6e89eda5dd20c96d51ed96df600ad81097bea..330e3911c5f145c9786c6cc2f24ce32c4dbf3a54 100644 (file)
@@ -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