]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: fix typos in comments
authorDaniel Gustafsson <daniel@yesql.se>
Sun, 9 Sep 2018 19:29:39 +0000 (21:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Sep 2018 06:32:07 +0000 (08:32 +0200)
Closes #2963

lib/http2.c
lib/urlapi.c
src/tool_urlglob.c
tests/data/test1208

index c74974ef45e17e1e1ab94ba041fa75ca033d8c8a..f6d2672c89f7c858f9f85793512c6b89b7aa3bef 100644 (file)
@@ -203,7 +203,7 @@ static bool http2_connisdead(struct connectdata *conn)
     dead = !Curl_connalive(conn);
     if(!dead) {
       /* This happens before we've sent off a request and the connection is
-         not in use by any other thransfer, there shouldn't be any data here,
+         not in use by any other transfer, there shouldn't be any data here,
          only "protocol frames" */
       CURLcode result;
       struct http_conn *httpc = &conn->proto.httpc;
index 3183598e2de0948f0da566d7ce29d5e5345dbf78..0ac550741437386309e9a2feb072b968ee741440 100644 (file)
@@ -628,7 +628,7 @@ static CURLUcode seturl(const char *url, CURLU *u, unsigned int flags)
 
   /* handle the file: scheme */
   if(url_has_scheme && strcasecompare(schemebuf, "file")) {
-    /* path has been allocated large anough to hold this */
+    /* path has been allocated large enough to hold this */
     strcpy(path, &url[5]);
 
     hostname = NULL; /* no host for file: URLs */
index e1b994108675934d73ef636a538ff67866bdde1b..cb87706cc7138626b2ae0a92cfe660ab7486d690 100644 (file)
@@ -552,7 +552,7 @@ CURLcode glob_next_url(char **globbed, URLGlob *glob)
       }
     }
     if(carry) {         /* first pattern ptr has run into overflow, done! */
-      /* TODO: verify if this should actally return CURLE_OK. */
+      /* TODO: verify if this should actually return CURLE_OK. */
       return CURLE_OK; /* CURLE_OK to match previous behavior */
     }
   }
index b4545b5693cc72ae59295733924aa315a4dc26bd..055aa932756f251883bd0d6cbf2e19a881370a6a 100644 (file)
@@ -40,7 +40,7 @@ s/^EPRT \|1\|(.*)/EPRT \|1\|/
 
 # This test doesn't send a QUIT because the main state machine in multi.c
 # triggers the timeout and sets the CURLE_OPERATION_TIMEDOUT error (28) for
-# which the FTP disconect code generically has to assume could mean the
+# which the FTP disconnect code generically has to assume could mean the
 # control the connection and thus it cannot send any command.
 <protocol>
 USER anonymous\r