plugins/mod_mam/mod_mam.lua
changeset 7908 daf83bd94906
parent 7907 c011cecad576
child 7909 aa6b036150eb
--- a/plugins/mod_mam/mod_mam.lua	Mon Feb 20 00:37:46 2017 +0100
+++ b/plugins/mod_mam/mod_mam.lua	Mon Feb 20 00:38:32 2017 +0100
@@ -373,7 +373,7 @@
 -- Stanzas sent by local clients
 module:hook("pre-message/bare", c2s_message_handler, 0);
 module:hook("pre-message/full", c2s_message_handler, 0);
--- Stanszas to local clients
+-- Stanzas to local clients
 module:hook("message/bare", message_handler, 0);
 module:hook("message/full", message_handler, 0);