Revert "Imported Upstream version 7.44.0"
[platform/upstream/curl.git] / docs / examples / postit2.c
index 88ea78c..67dcc13 100644 (file)
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
                CURLFORM_END);
 
   curl = curl_easy_init();
-  /* initialize custom header list (stating that Expect: 100-continue is not
+  /* initalize custom header list (stating that Expect: 100-continue is not
      wanted */
   headerlist = curl_slist_append(headerlist, buf);
   if(curl) {