From 0516532553fea667f2f96145ed93eac85ee9135c Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 2 Jan 2017 01:59:03 +0100 Subject: stanza_router: Fix typo --- core/stanza_router.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 98952faf..228fed80 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -74,7 +74,7 @@ function core_process_stanza(origin, stanza) origin.send(st.error_reply(stanza, "modify", "bad-request", "Missing required 'id' attribute")); return; elseif (st_type == "set" or st_type == "get") and (#stanza.tags ~= 1) then - origin.send(st.error_reply(stanza, "modify", "bad-request", "Incorrect number of children for IQ stanz")); + origin.send(st.error_reply(stanza, "modify", "bad-request", "Incorrect number of children for IQ stanza")); return; end end -- cgit v1.2.3