]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
urldata: fix typo in comment
authorDaniel Stenberg <daniel@haxx.se>
Thu, 23 Nov 2023 11:41:13 +0000 (12:41 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Nov 2023 12:07:53 +0000 (13:07 +0100)
lib/urldata.h

index 5b17b56de3cc2007c88da8a044248ef00ebe7b0e..ff661482eae9bd6fc7d4bf6762e601a752d11e7e 100644 (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