Skip to content

Commit

Permalink
Fix typo (Recieved -> Received) (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers-vertisoft authored Mar 18, 2024
1 parent 01c8d2b commit 13da2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyphone/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ void TinyPhoneHttpServer::Start() {
([this](const crow::request& req) {
auto it = req.headers.find(HEADER_SECURITY_CODE);
json response = {
{"message", "Server Shutdown Recieved"},
{"message", "Server Shutdown Received"},
{"result", 401},
{"source", req.remote_ip_address},
};
Expand Down

0 comments on commit 13da2e1

Please sign in to comment.