diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-06 03:21:44 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-06 03:21:44 +0000 |
commit | 78648e8c530bb826e325586af6c78e5fc131b0c3 (patch) | |
tree | bc8fd1ec857da224ade90074da020dcd2afef68c | |
parent | b84421d6712d27e256a70f13019bba4c01b99703 (diff) |
Yarr, fixed a typo in a comment, yarr
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3487 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |