]> granicus.if.org Git - curl/commitdiff
lib: Fix typos in comments
authorDaniel Gustafsson <daniel@yesql.se>
Fri, 22 Mar 2019 10:38:11 +0000 (11:38 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Fri, 22 Mar 2019 10:39:03 +0000 (11:39 +0100)
lib/altsvc.c
lib/mime.h

index 64ca2655de1174a391813820d9623832fbd980bd..1643466456289cf61eeb5c378ec7d24509172564 100644 (file)
@@ -521,7 +521,7 @@ CURLcode Curl_altsvc_parse(struct Curl_easy *data,
         p++;
         result = getalnum(&p, alpnbuf, sizeof(alpnbuf));
         if(result)
-          /* failed to parse, but since we alredy did at least one host we
+          /* failed to parse, but since we already did at least one host we
              return OK */
           return CURLE_OK;
       }
index ea34a75a6b9c95c77548e5f8ccaa2f508884e9b4..0721c8ca45ac0daf1282e0ebff43dff6472adb2f 100644 (file)
@@ -88,7 +88,7 @@ typedef struct {
   size_t offset;              /* State-dependent offset. */
 }  mime_state;
 
-/* mimimum buffer size for the boundary string */
+/* minimum buffer size for the boundary string */
 #define MIME_BOUNDARY_LEN (24 + MIME_RAND_BOUNDARY_CHARS + 1)
 
 /* A mime multipart. */