From: Joseph Herlant Date: Thu, 15 Nov 2018 18:07:32 +0000 (-0800) Subject: MINOR: Fix typo in the error 500 output of hlua X-Git-Tag: v1.9-dev7~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fe1577cc7e53bc403e454990ce2d6b19fb1cd7b;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/src/hlua.c b/src/hlua.c index 9d35e558e5..c354af89c9 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