summaryrefslogtreecommitdiff
path: root/core/io
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-07-21 22:14:04 +0200
committerGitHub <noreply@github.com>2020-07-21 22:14:04 +0200
commita5fb4451210625702474a8fac1dd880e78a409e9 (patch)
treeadb757763521db11286fb415682ccca48c903adf /core/io
parent25d59a5a1a30d0d7cc19de34f03d0d521cde5431 (diff)
parent4dda62f5911eefe4c0476d1e148256545e3c931e (diff)
Merge pull request #40450 from asmaloney/spelling
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'core/io')
-rw-r--r--core/io/http_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp
index 40debae9e5..46e45500bf 100644
--- a/core/io/http_client.cpp
+++ b/core/io/http_client.cpp
@@ -451,7 +451,7 @@ Error HTTPClient::poll() {
}
}
- // This is a HEAD request, we wont receive anything.
+ // This is a HEAD request, we won't receive anything.
if (head_request) {
body_size = 0;
body_left = 0;