Fix spelling & grammar in comments, docs, and messages

This commit is contained in:
Andy Maloney
2020-07-16 12:54:15 -04:00
parent 9e34ba4855
commit 4dda62f591
25 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -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;