Changeset

7905:daf83bd94906

mod_mam: Fix typo in comment
author Kim Alvefur <zash@zash.se>
date Mon, 20 Feb 2017 00:38:32 +0100
parents 7904:c011cecad576
children 7906:aa6b036150eb
files plugins/mod_mam/mod_mam.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);