]> granicus.if.org Git - curl/commitdiff
spelling fixes [ci skip]
authorViktor Szakats <commit@vszakats.net>
Mon, 8 Oct 2018 19:37:40 +0000 (19:37 +0000)
committerViktor Szakats <commit@vszakats.net>
Mon, 8 Oct 2018 19:37:40 +0000 (19:37 +0000)
as detected by codespell 1.14.0

Closes https://github.com/curl/curl/pull/3114
Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
docs/CONTRIBUTE.md
docs/FAQ
docs/TODO
docs/libcurl/curl_url_get.3
docs/libcurl/curl_url_set.3
lib/http.c
lib/url.c
lib/urldata.h
lib/vtls/openssl.c
lib/vtls/schannel.h
src/tool_cb_hdr.c

index 536a9ceb3f0b3a3f0740857c16c4a1bf980248e9..caec3f4d39cf70b2705cfbdf28974a47813917fa 100644 (file)
@@ -168,7 +168,7 @@ ways. Every pull request is verfied that:
  - ... code coverage doesn't shrink drastically
 
 If the pull-request fails one of these tests, it will show up as a red X and
-you are expected to fix the problem. If you don't understand whan the issue is
+you are expected to fix the problem. If you don't understand when the issue is
 or have other problems to fix the complaint, just ask and other project
 members will likely be able to help out.
 
index e352c719edab921adc54f392af70c1582d646345..98de7b6ae774a8db455e13c2d72f2a9f90252864 100644 (file)
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -874,7 +874,7 @@ FAQ
 
     4.5.3 "403 Forbidden"
 
-    The server understood the request, but is refusing to fulfil it.
+    The server understood the request, but is refusing to fulfill it.
     Authorization will not help and the request SHOULD NOT be repeated.
 
     4.5.4 "404 Not Found"
index f82be0778bcfc34ae74b70ab01598f21cf756e44..b6e8b1f1804daa7f12b01db065275ab41a9e89e8 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -788,7 +788,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
 
  AIA can provide various things like CRLs but more importantly information
  about intermediate CA certificates that can allow validation path to be
- fullfilled when the HTTPS server doesn't itself provide them.
+ fulfilled when the HTTPS server doesn't itself provide them.
 
  Since AIA is about downloading certs on demand to complete a TLS handshake,
  it is probably a bit tricky to get done right.
index 53f7954feaa3536070da0338e97b8a445c6424a2..0adc65a5fb89c7f5dff9b6994e68806932aa5045 100644 (file)
@@ -57,7 +57,7 @@ default port for the scheme.
 Asks \fIcurl_url_get(3)\fP to URL decode the contents before returning it. It
 will not attempt to decode the scheme, the port number or the full URL.
 
-The query component will also get plus-to-space convertion as a bonus when
+The query component will also get plus-to-space conversion as a bonus when
 this bit is set.
 
 Note that this URL decoding is charset unaware and you will get a zero
index 95b76bd8cb3512b759001322d3d4b5df3b6d2391..4ecfcafa04ce075b02c8ec2c9e3e9cbef8ed409d 100644 (file)
@@ -105,7 +105,7 @@ If set, will make libcurl allow the URL to be set without a scheme and it
 instead "guesses" which scheme that was intended based on the host name.  If
 the outermost sub-domain name matches DICT, FTP, IMAP, LDAP, POP3 or SMTP then
 that scheme will be used, otherwise it picks HTTP. Conflicts with the
-\fICURLU_DEFAULT_SCHEME\fP option which takes precendence if both are set.
+\fICURLU_DEFAULT_SCHEME\fP option which takes precedence if both are set.
 .SH RETURN VALUE
 Returns a CURLUcode error value, which is CURLUE_OK (0) if everything went
 fine.
index 47e47193d449c001cea051083f67660695f244ab..46ac15a6e2e09dbc422888d78b6c6123dda1dda5 100644 (file)
@@ -169,7 +169,7 @@ CURLcode Curl_http_setup_conn(struct connectdata *conn)
   data->req.protop = http;
 
   if(!CONN_INUSE(conn))
-    /* if not alredy multi-using, setup connection details */
+    /* if not already multi-using, setup connection details */
     Curl_http2_setup_conn(conn);
   Curl_http2_setup_req(data);
   return CURLE_OK;
index cde51186c3ff28fcd9bf61258343f06a6f16f66a..0cc7d591aafe8617c4c450c3d19ca315c737ccf1 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -3029,7 +3029,7 @@ static CURLcode override_login(struct Curl_easy *data,
     int ret;
 
     if(data->set.use_netrc == CURL_NETRC_OPTIONAL)
-      nuser = *userp; /* to separate otherwise indentical machines */
+      nuser = *userp; /* to separate otherwise identical machines */
 
     ret = Curl_parsenetrc(conn->host.name,
                           &nuser, &npasswd,
index 1fede5090d2f47f490a75ee34e56c9d648ac05aa..1ebe4fd4ff85d901b08d023684dfdd3a99ed2b03 100644 (file)
@@ -1255,7 +1255,7 @@ struct UrlState {
   size_t headersize;   /* size of the allocation */
 
   char *buffer; /* download buffer */
-  char *ulbuf; /* alloced upload buffer or NULL */
+  char *ulbuf; /* allocated upload buffer or NULL */
   curl_off_t current_speed;  /* the ProgressShow() function sets this,
                                 bytes / second */
   bool this_is_a_follow; /* this is a followed Location: request */
index 551298926bc1bc95bb5549f95e3a8b0581987c24..2eb58015fc28ee72dbd92293a7a5ee85a1483022 100644 (file)
@@ -2527,7 +2527,7 @@ static CURLcode ossl_connect_step1(struct connectdata *conn, int sockindex)
   }
 #ifdef CURL_CA_FALLBACK
   else if(verifypeer) {
-    /* verfying the peer without any CA certificates won't
+    /* verifying the peer without any CA certificates won't
        work so use openssl's built in default as fallback */
     SSL_CTX_set_default_verify_paths(BACKEND->ctx);
   }
index 51417affe1ac0affffc3b68ddd8fde05c9f3c05b..e491bd4318eb816ba55884b1b9c1910219c7dbed 100644 (file)
@@ -41,7 +41,7 @@
  *  typedef struct X509_name_st X509_NAME;
  *  etc.
  *
- * this wil cause all kinds of C-preprocessing paste errors in
+ * this will cause all kinds of C-preprocessing paste errors in
  * BoringSSL's <openssl/x509.h>: So just undefine those defines here
  * (and only here).
  */
index f0988228429f0106a5cd1e8d8d34b07ca6a1f5a3..983258cee38d42fea898872c5a55f545bcab71e3 100644 (file)
@@ -42,7 +42,7 @@ static char *parse_filename(const char *ptr, size_t len);
 #define BOLDOFF
 #else
 #define BOLD "\x1b[1m"
-/* Switch off bold by settting "all attributes off" since the explicit
+/* Switch off bold by setting "all attributes off" since the explicit
    bold-off code (21) isn't supported everywhere - like in the mac
    Terminal. */
 #define BOLDOFF "\x1b[0m"