Loading lib/altsvc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading lib/mime.h +1 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading
lib/altsvc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading
lib/mime.h +1 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading