diff options
Diffstat (limited to 'include/logger.h')
-rw-r--r-- | include/logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<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); |