changeset 2874:178b8abf8283

mod_sms_clickatell: Fix typo in comment [codespell]
author Kim Alvefur <zash@zash.se>
date Sun, 04 Feb 2018 16:00:51 +0100
parents 9e693d433a41
children c3a039972b74
files mod_sms_clickatell/mod_sms_clickatell.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_sms_clickatell/mod_sms_clickatell.lua	Sun Feb 04 16:00:13 2018 +0100
+++ b/mod_sms_clickatell/mod_sms_clickatell.lua	Sun Feb 04 16:00:51 2018 +0100
@@ -571,7 +571,7 @@
 --module:hook("account-disco-items", iq_disco_items);
 --[[
 module:hook("iq/host", function(data)
-	-- IQ to a local host recieved
+	-- IQ to a local host received
 	local origin, stanza = data.origin, data.stanza;
 	if stanza.attr.type == "get" or stanza.attr.type == "set" then
 		return module:fire_event("iq/host/"..stanza.tags[1].attr.xmlns..":"..stanza.tags[1].name, data);