]> granicus.if.org Git - curl/commitdiff
cmdline-opts: fixed a few typos
authorDan Fandrich <dan@coneharvesters.com>
Sat, 11 Mar 2017 10:44:06 +0000 (11:44 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 11 Mar 2017 10:44:18 +0000 (11:44 +0100)
docs/cmdline-opts/netrc-file.d
docs/cmdline-opts/referer.d
docs/cmdline-opts/tcp-nodelay.d

index 4118b4dbaada67bf10f59efd0753efc6b37e4435..0b5d2400c0a385d5e80651b177b821a60a35d618 100644 (file)
@@ -1,6 +1,6 @@
 Long: netrc-file
 Help: Specify FILE for netrc
-Arg: <filemame>
+Arg: <filename>
 Added: 7.21.5
 Mutexed: netrc
 ---
index 1d45211401da5e29942eafad5a7ddc99d77cf11e..cd84e9d5a027df20f39a854072a0200b3846771d 100644 (file)
@@ -2,7 +2,7 @@ Long: referer
 Short: e
 Arg: <URL>
 Protocols: HTTP
-Help: Referer URL
+Help: Referrer URL
 See-also: user-agent header
 ---
 Sends the "Referrer Page" information to the HTTP server. This can also be set
index 0c0ddd068eb40419e1622a98c914b669e2241615..f047a7c6faaaa12974e7fe5cb415b1f514f2d700 100644 (file)
@@ -5,5 +5,5 @@ Added: 7.11.2
 Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for
 details about this option.
 
-Since 7.50.2, curl sets this option by default and you need to explictitly
+Since 7.50.2, curl sets this option by default and you need to explicitly
 switch it off if you don't want it on.