From e27260845269cc9fecc01a7a915e31b7e396c8f3 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 19 Jul 2024 21:09:14 +0200 Subject: [PATCH] remove mother fucking quote --- hlib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlib.lua b/hlib.lua index 46f83a8..1ec4ec7 100644 --- a/hlib.lua +++ b/hlib.lua @@ -41,7 +41,7 @@ local g_status_msg = { [415] = "Unsupported Media Type", [416] = "Requested Range Not Satisfiable", [417] = "Expectation Failed", - [418] = "I’m a teapot", + [418] = "I'm a teapot", [421] = "Misdirected Request", [422] = "Unprocessable Entity", [423] = "Locked",