urldata: fix typo in comment

This commit is contained in:
Daniel Stenberg 2023-11-23 12:41:13 +01:00
parent 481755955b
commit fafefdf9dc
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -1432,7 +1432,7 @@ struct UrlState {
this should be dealt with in pretransfer */
#ifndef CURL_DISABLE_HTTP
curl_mimepart *mimepost;
curl_mimepart *formp; /* storage for old API form-posting, alloced on
curl_mimepart *formp; /* storage for old API form-posting, allocated on
demand */
size_t trailers_bytes_sent;
struct dynbuf trailers_buf; /* a buffer containing the compiled trailing