core/stanza_router.lua
changeset 7805 802dc0691177
parent 7788 cdffbda59b03
child 7950 24170d74b00b
--- a/core/stanza_router.lua	Mon Jan 02 01:51:39 2017 +0100
+++ b/core/stanza_router.lua	Mon Jan 02 01:59:03 2017 +0100
@@ -74,7 +74,7 @@
 				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