From 55e20d98bd0fce5e2d2d23eeadbf096dc48600c9 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Wed, 8 Oct 2008 03:38:07 +0500 Subject: Fixed typo in variable name --- util/stanza.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/stanza.lua b/util/stanza.lua index 85595664..06991cda 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -124,7 +124,7 @@ function reply(orig) 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}) -- cgit v1.2.3