]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: fix typos
authorViktor Szakats <commit@vsz.me>
Wed, 8 Mar 2023 08:00:35 +0000 (08:00 +0000)
committerViktor Szakats <commit@vsz.me>
Wed, 8 Mar 2023 08:00:35 +0000 (08:00 +0000)
Closes #10706

docs/libcurl/curl_url_get.3
lib/setopt.c
lib/vquic/curl_ngtcp2.c

index ca10821498d84001b56282e572a30b209a2fadf7..9dc46231dc52655399b90a9e07afa4080441ebbf 100644 (file)
@@ -96,7 +96,7 @@ anything outside the ASCII range.
 When asked to return the full URL, \fIcurl_url_get(3)\fP will return a
 normalized and possibly cleaned up version of what was previously parsed.
 
-We advice using the \fICURLU_PUNYCODE\fP option to get the URL as "normalized"
+We advise using the \fICURLU_PUNYCODE\fP option to get the URL as "normalized"
 as possible since IDN allows host names to be written in many different ways
 that still end up the same punycode version.
 .IP CURLUPART_SCHEME
index 24d4897a12991b180848c245ed381c05de5be028..20711334ba8013361ec9ac7f1fc45961720d19ac 100644 (file)
@@ -899,7 +899,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
     case CURL_HTTP_VERSION_NONE:
 #ifdef USE_HTTP2
       /* TODO: this seems an undesirable quirk to force a behaviour on
-       * lower implementations that they should recognize independantly? */
+       * lower implementations that they should recognize independently? */
       arg = CURL_HTTP_VERSION_2TLS;
 #endif
       /* accepted */
index a52766890e7102cf403d025e18ab12654c698393..4ff87ae5dc9058f3517bcd4a0137971d57c43060 100644 (file)
@@ -953,7 +953,7 @@ static int cb_h3_stream_close(nghttp3_conn *conn, int64_t stream_id,
 }
 
 /*
- * write_resp_raw() copies resonse data in raw format to the `data`'s
+ * write_resp_raw() copies response data in raw format to the `data`'s
   * receive buffer. If not enough space is available, it appends to the
  * `data`'s overflow buffer.
  */