We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9815487 commit 7c651deCopy full SHA for 7c651de
lib/WUI/nhttp/headers.cpp
@@ -40,7 +40,7 @@ namespace {
40
{ Status::UnprocessableEntity, "Unprocessable Entity" },
41
{ Status::TooManyRequests, "Too Many Requests" },
42
{ Status::RequestHeaderFieldsTooLarge, "Request Header Fields Too Large" },
43
- { Status::InternalServerError, "Infernal Server Error" },
+ { Status::InternalServerError, "Internal Server Error" },
44
{ Status::NotImplemented, "Not Implemented" },
45
{ Status::ServiceTemporarilyUnavailable, "Service Temporarily Unavailable" },
46
{ Status::GatewayTimeout, "Gateway Timeout" },
This typo was fun :(
No more infernal errors.
Add the typo back
3 commit comments
DataPocalypse42 commentedon Mar 21, 2024
This typo was fun :(
spetzreborn commentedon Mar 27, 2024
No more infernal errors.
xtomasnemec commentedon Apr 11, 2024
Add the typo back