aboutsummaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/outs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index 2350f570..1ea32df4 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -6,7 +6,7 @@ STR_MORE_LEN = len(STR_MORE.encode("utf8"))
STR_CONTINUED = "(...continued) "
WORD_BOUNDARY = ' '
-def _mesage_factory(command):
+def _message_factory(command):
if not command in ["PRIVMSG", "NOTICE"]:
raise ValueError("Unknown command method '%s'" % method)