]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
language!
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 May 2004 09:09:31 +0000 (09:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 May 2004 09:09:31 +0000 (09:09 +0000)
docs/examples/getinmemory.c

index c1b6e12d43fa10b5a17a91a1340013bae3380c92..10ce8551f78bcd7cfeedc67983322eb5d9b7ad56 100644 (file)
@@ -62,7 +62,7 @@ int main(int argc, char **argv)
   /* we pass our 'chunk' struct to the callback function */
   curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, (void *)&chunk);
 
-  /* some servers don't like requests that are made withput a user-agent
+  /* some servers don't like requests that are made without a user-agent
      field, so we provide one */
   curl_easy_setopt(curl_handle, CURLOPT_USERAGENT, "libcurl-agent/1.0");