浏览代码

Update mod_lua.inl

Dialga 4 年之前
父节点
当前提交
3a6e0b9623
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/mod_lua.inl

+ 1 - 1
src/mod_lua.inl

@@ -1418,7 +1418,7 @@ lsp_url_encode(lua_State *L)
 				lua_pushstring(L, dst);
 				mg_free(dst);
 			} else {
-				return luaL_error(L, "out of memory in url_decode() call");
+				return luaL_error(L, "out of memory in url_encode() call");
 			}
 		} else {
 			lua_pushnil(L);