]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Add a pair of colons which should fix some KILL messages being dropped and fix some...
[user/henk/code/inspircd.git] / include / modules.h
index 389fa6184455bdce3f639b8f47cb75cd4fba39bf..e38acd5b471dcde835d346f1b2a97737b7d091f6 100644 (file)
@@ -129,7 +129,7 @@ typedef std::map<std::string, std::pair<int, modulelist> > interfacelist;
                } \
                catch (CoreException& modexcept) \
                { \
-                       ServerInstance->Log(DEFAULT,"Exception cought: %s",modexcept.GetReason()); \
+                       ServerInstance->Log(DEFAULT,"Exception caught: %s",modexcept.GetReason()); \
                } \
        } \
   }
@@ -149,7 +149,7 @@ typedef std::map<std::string, std::pair<int, modulelist> > interfacelist;
                } \
                catch (CoreException& modexcept) \
                { \
-                       z->Log(DEFAULT,"Exception cought: %s",modexcept.GetReason()); \
+                       z->Log(DEFAULT,"Exception caught: %s",modexcept.GetReason()); \
                } \
        } \
 }
@@ -172,7 +172,7 @@ typedef std::map<std::string, std::pair<int, modulelist> > interfacelist;
                                } \
                                catch (CoreException& modexcept) \
                                { \
-                                       ServerInstance->Log(DEFAULT,"Exception cought: %s",modexcept.GetReason()); \
+                                       ServerInstance->Log(DEFAULT,"Exception caught: %s",modexcept.GetReason()); \
                                } \
                        } \
                } \
@@ -198,7 +198,7 @@ typedef std::map<std::string, std::pair<int, modulelist> > interfacelist;
                                } \
                                catch (CoreException& modexcept) \
                                { \
-                                       z->Log(DEBUG,"Exception cought: %s",modexcept.GetReason()); \
+                                       z->Log(DEBUG,"Exception caught: %s",modexcept.GetReason()); \
                                } \
                        } \
                } \