From 78648e8c530bb826e325586af6c78e5fc131b0c3 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 6 Mar 2006 03:21:44 +0000 Subject: Yarr, fixed a typo in a comment, yarr git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3487 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/helperfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index df6b33af6..b6fe0d972 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -161,7 +161,7 @@ void Write_NoFormat(int sock, const char *text) } catch (ModuleException& modexcept) { - log(DEBUG,"Module exception cought: %s",modexcept.GetReason()); \ + log(DEBUG,"Module exception caught: %s",modexcept.GetReason()); } } else -- cgit v1.2.3