mod_presence: Fix a comment

Tue, 02 Jun 2009 15:58:19 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 02 Jun 2009 15:58:19 +0500
changeset 1280
e360fef8882b
parent 1279
fa00d56a9fd3
child 1281
bc65d57c76ef

mod_presence: Fix a comment

plugins/mod_presence.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_presence.lua	Tue Jun 02 15:53:04 2009 +0500
+++ b/plugins/mod_presence.lua	Tue Jun 02 15:58:19 2009 +0500
@@ -273,7 +273,7 @@
 end
 
 local outbound_presence_handler = function(data)
-	-- outbound presence to full JID recieved
+	-- outbound presence to recieved
 	local origin, stanza = data.origin, data.stanza;
 
 	local t = stanza.attr.type;

mercurial