X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Flogger.h;h=c03c84d9a410226e2bb77bc891064abf584c8e56;hb=850b7a3ace862101a944a9332d72b6bd597c17cc;hp=5d4a80d9f219756ea149a434d999cbe68f6df39b;hpb=a3e0768758ca68429a29d9c78ce672f2d938c6e7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/logger.h b/include/logger.h index 5d4a80d9f..c03c84d9a 100644 --- a/include/logger.h +++ b/include/logger.h @@ -202,7 +202,7 @@ class CoreExport LogManager : public fakederef */ 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);