Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c651de

Browse files
joachimklugdanopernis
authored andcommittedMar 20, 2024·
fix: typo in internal server error
1 parent 9815487 commit 7c651de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/WUI/nhttp/headers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace {
4040
{ Status::UnprocessableEntity, "Unprocessable Entity" },
4141
{ Status::TooManyRequests, "Too Many Requests" },
4242
{ Status::RequestHeaderFieldsTooLarge, "Request Header Fields Too Large" },
43-
{ Status::InternalServerError, "Infernal Server Error" },
43+
{ Status::InternalServerError, "Internal Server Error" },
4444
{ Status::NotImplemented, "Not Implemented" },
4545
{ Status::ServiceTemporarilyUnavailable, "Service Temporarily Unavailable" },
4646
{ Status::GatewayTimeout, "Gateway Timeout" },

3 commit comments

Comments
 (3)

DataPocalypse42 commented on Mar 21, 2024

@DataPocalypse42

This typo was fun :(

spetzreborn commented on Mar 27, 2024

@spetzreborn

No more infernal errors.

xtomasnemec commented on Apr 11, 2024

@xtomasnemec

Add the typo back

Please sign in to comment.