diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-19 22:04:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-19 22:04:14 +0200 |
commit | a940b4cf640930b2decb356d395ac4cd89beefaf (patch) | |
tree | 8b16bd41e01eb747f8c7142b0ea8f3cf9c36e773 /core/io/http_client.cpp | |
parent | d111d59640ae93e60331f941fb2c62f460323171 (diff) | |
parent | e0574e1d98079b9954d262792bf748f7861e1d0a (diff) |
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'core/io/http_client.cpp')
-rw-r--r-- | core/io/http_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp index e5c6d2a4f2..ce2054db36 100644 --- a/core/io/http_client.cpp +++ b/core/io/http_client.cpp @@ -429,7 +429,7 @@ Error HTTPClient::poll() { response_num = RESPONSE_OK; // Per the HTTP 1.1 spec, keep-alive is the default. - // Not following that specification breaks standard implemetations. + // Not following that specification breaks standard implementations. // Broken web servers should be fixed. bool keep_alive = true; |