summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 69e9e6d27..7367e2986 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1016,7 +1016,7 @@ class CoreExport Module : public Extensible
*/
virtual void OnLogMessage(LogInfo *li, const Log *l, const Anope::string &msg) { throw NotImplementedException(); }
- /** Called when a DNS request (question) is recieved.
+ /** Called when a DNS request (question) is received.
* @param req The dns request
* @param reply The reply that will be sent
*/