From a0a7b8ecce844b30a22f6f894646c67a3d2f5696 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Fri, 2 Jul 2021 00:01:38 +0200 Subject: [PATCH] fix comment --- src/TLuaFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TLuaFile.cpp b/src/TLuaFile.cpp index 1f2f233..a93b2ee 100644 --- a/src/TLuaFile.cpp +++ b/src/TLuaFile.cpp @@ -809,7 +809,7 @@ int lua_GetOSName(lua_State* L) { return 1; } -// status, body = HttpGET(host, port, target) +// status, body = HttpsGET(host, port, target) // example usage: // send a GET https://example.com:443/index.html: // status, body = MP.HttpGET("example.com", 443, "/index.html")