From 56b89baf233a7ef85e33b297437ba61e627e423c Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 5 Aug 2007 18:04:52 +0000 Subject: Fix spelling mistakes on some log messages git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7666 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/modules.h b/include/modules.h index 389fa6184..e38acd5b4 100644 --- a/include/modules.h +++ b/include/modules.h @@ -129,7 +129,7 @@ typedef std::map > 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 > 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 > 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 > interfacelist; } \ catch (CoreException& modexcept) \ { \ - z->Log(DEBUG,"Exception cought: %s",modexcept.GetReason()); \ + z->Log(DEBUG,"Exception caught: %s",modexcept.GetReason()); \ } \ } \ } \ -- cgit v1.2.3