From 7fe1577cc7e53bc403e454990ce2d6b19fb1cd7b Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Thu, 15 Nov 2018 10:07:32 -0800 Subject: [PATCH] MINOR: Fix typo in the error 500 output of hlua Fixes a common typo in the output generated by the hlua subsystem when emitting an error 500 page. --- src/hlua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hlua.c b/src/hlua.c index 9d35e558e..c354af89c 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -241,7 +241,7 @@ static const char error_500[] = "Connection: close\r\n" "Content-Type: text/html\r\n" "\r\n" - "

500 Internal Server Error

\nAn internal server error occured.\n\n"; + "

500 Internal Server Error

\nAn internal server error occurred.\n\n"; /* These functions converts types between HAProxy internal args or * sample and LUA types. Another function permits to check if the