]> granicus.if.org Git - curl/commitdiff
curl.1: fix "The the" typo
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Mar 2015 06:29:06 +0000 (07:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Mar 2015 06:29:06 +0000 (07:29 +0100)
Reported-by: Jon Seymour
docs/curl.1

index 710283f3adffad71884861e152ab370ba7809bd4..ff1ff5748eece1566870120ad12c924f0fc8dbae 100644 (file)
@@ -1914,10 +1914,10 @@ alter the way curl behaves. So for example if you want to make a proper HEAD
 request, using -X HEAD will not suffice. You need to use the \fI-I, --head\fP
 option.
 
-The the method string you set with -X will be used for all requests, which if
-you for example use \fB-L, --location\fP may cause unintended side-effects
-when curl doesn't change request method according to the HTTP 30x response
-codes - and similar.
+The method string you set with -X will be used for all requests, which if you
+for example use \fB-L, --location\fP may cause unintended side-effects when
+curl doesn't change request method according to the HTTP 30x response codes -
+and similar.
 
 (FTP)
 Specifies a custom FTP command to use instead of LIST when doing file lists