Fixed typo in variable name

Wed, 08 Oct 2008 03:38:07 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 08 Oct 2008 03:38:07 +0500
changeset 70
a6c00467a3f8
parent 69
5b664c8fef86
child 71
fbb4ef1da82e

Fixed typo in variable name

util/stanza.lua file | annotate | diff | comparison | revisions
--- a/util/stanza.lua	Tue Oct 07 23:13:30 2008 +0100
+++ b/util/stanza.lua	Wed Oct 08 03:38:07 2008 +0500
@@ -124,7 +124,7 @@
 end
 
 function error_reply(orig, type, condition, message, clone)
-	local r = reply(orig);
+	local t = reply(orig);
 	t.attr.type = "error";
 	-- TODO use clone
 	t:tag("error", {type = type})

mercurial