From ced990fb8712551bf804fcd404aac18082066e75 Mon Sep 17 00:00:00 2001 From: psychon Date: Thu, 24 Jun 2010 19:42:51 +0000 Subject: [PATCH] Patch by DarthGandalf, thanks. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2042 726aef4b-f618-498e-8847-2d620e286838 --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index fff5a586..d3ccaf7f 100644 --- a/main.h +++ b/main.h @@ -62,7 +62,7 @@ * * If you want your module to actually do something, you should override some * of the hooks from CModule. These are the functions whose names start with - * "Do". They are called when the associated event happens. + * "On". They are called when the associated event happens. * * Feel free to also look at existing modules. */