diff options
author | Andy Maloney <asmaloney@gmail.com> | 2020-07-16 12:54:15 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2020-07-21 15:17:23 -0400 |
commit | 4dda62f5911eefe4c0476d1e148256545e3c931e (patch) | |
tree | ad4de6d84dd44d39b41ae6be6eb9d4f7cec6ce4e /core/io | |
parent | 9e34ba48556b71f1f672b5be47d12b0e3f679b86 (diff) |
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'core/io')
-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 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; |