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.
This commit is contained in:
Joseph Herlant 2018-11-15 10:07:32 -08:00 committed by Willy Tarreau
parent b8f9c5e634
commit 7fe1577cc7

View File

@ -241,7 +241,7 @@ static const char error_500[] =
"Connection: close\r\n"
"Content-Type: text/html\r\n"
"\r\n"
"<html><body><h1>500 Internal Server Error</h1>\nAn internal server error occured.\n</body></html>\n";
"<html><body><h1>500 Internal Server Error</h1>\nAn internal server error occurred.\n</body></html>\n";
/* These functions converts types between HAProxy internal args or
* sample and LUA types. Another function permits to check if the