mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Several more spelling fixes (#13752)
Signed-off-by: Mathias Gibbens <mathias@calenhad.com> Co-authored-by: Mathias Gibbens <mathias@calenhad.com>
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Http
|
||||
if (pos != std::string::npos)
|
||||
{
|
||||
std::string key = line.substr(0, pos);
|
||||
// substract 4 chars for ": " and "\r\n"
|
||||
// subtract 4 chars for ": " and "\r\n"
|
||||
std::string value = line.substr(pos + 2, line.size() - pos - 4);
|
||||
res->header[key] = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user