]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/logger.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / logger.h
index 16c32229a5dc50ca842c5988a46ff911eacb88bb..6af842b791b11384150c7677baac24b601a199be 100644 (file)
@@ -50,7 +50,7 @@ class CoreExport FileWriter
         */
        unsigned int flush;
 
-       /** Number of write operations that have occured
+       /** Number of write operations that have occurred
         */
        unsigned int writeops;
 
@@ -126,7 +126,7 @@ typedef std::map<FileWriter*, int> FileLogMap;
 class CoreExport LogManager : public fakederef<LogManager>
 {
  private:
-       /** Lock variable, set to true when a log is in progress, which prevents further loggging from happening and creating a loop.
+       /** Lock variable, set to true when a log is in progress, which prevents further logging from happening and creating a loop.
         */
        bool Logging;