Changeset

1280:e360fef8882b

mod_presence: Fix a comment
author Waqas Hussain <waqas20@gmail.com>
date Tue, 02 Jun 2009 15:58:19 +0500
parents 1279:fa00d56a9fd3
children 1281:bc65d57c76ef
files plugins/mod_presence.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;