From 8a58f27f4feede916a43ab684bfba1da3ebc14b0 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 25 May 2009 23:15:10 +0000 Subject: Typo. --- lib/LuaHttp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LuaHttp.cc b/lib/LuaHttp.cc index 80ed0eb..dc0f36b 100644 --- a/lib/LuaHttp.cc +++ b/lib/LuaHttp.cc @@ -325,7 +325,7 @@ int sLua_HttpResponse::HttpResponse_proceed_statics(Lua * L, int n, int caller) { Handle * out = lua_recast(L, 2); if (!out) - L->error("Need an output handle to Base64DecodeBin") + L->error("Need an output handle to Base64DecodeBin"); enc_t = (char *) Base64::decode(L->tostring(), &l); out->write(enc_t, l); free(enc_t); -- cgit v1.2.3