plugins/jingle_ibb.lua

changeset 428
bde804b01f28
parent 284
c78d1780f1d2
child 457
73d4eb93657b
--- a/plugins/jingle_ibb.lua	Mon Dec 24 17:34:46 2018 +0100
+++ b/plugins/jingle_ibb.lua	Mon Dec 24 17:35:07 2018 +0100
@@ -28,7 +28,7 @@
 		return self:feed(stanza)
 	end
 	self.feeder = feeder;
-	print("Hooking incomming IQs");
+	print("Hooking incoming IQs");
 	local stream = self.stream;
 		stream:hook("iq/".. xmlns_ibb, feeder)
 	if stanza == "message" then

mercurial