]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/logger.h
Bump the InspIRCd ABI version.
[user/henk/code/inspircd.git] / include / logger.h
index 5d4a80d9f219756ea149a434d999cbe68f6df39b..c03c84d9a410226e2bb77bc891064abf584c8e56 100644 (file)
@@ -202,7 +202,7 @@ class CoreExport LogManager : public fakederef<LogManager>
         */
        bool AddLogType(const std::string &type, LogStream *l, bool autoclose);
 
-       /** Removes a logstream from the core. After removal, it will not recieve further events.
+       /** Removes a logstream from the core. After removal, it will not receive further events.
         * If the LogStream was ever added with autoclose, it will be closed after this call (this means the pointer won't be valid anymore).
         */
        void DelLogStream(LogStream* l);