Commit 9f64bbd6 authored by Brad Hards's avatar Brad Hards Committed by Daniel Stenberg
Browse files

Typo / spelling fixes.

parent 879914de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@

3.2 How To Make a Patch with git

 You need to first checkout the respository:
 You need to first checkout the repository:

     git clone git://github.com/bagder/curl.git

+5 −5
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ compliant than 'nocwd' but without the full penalty of 'multicwd'.
.RE
(Added in 7.15.1)
.IP "--ftp-pasv"
(FTP) Use passive mode for the data conection. Passive is the internal default
(FTP) Use passive mode for the data connection. Passive is the internal default
behavior, but using this option can be used to override a previous
\fI-P/-ftp-port\fP option. (Added in 7.11.0)

@@ -1241,7 +1241,7 @@ sockd/proxy-name
sockd/real-name for cases where the proxy-name does not match the princpal name.
 (Added in 7.19.4).
.IP "--socks5-gssapi-nec"
As part of the gssapi negotiation a protection mode is negotiated. The rfc1961
As part of the gssapi negotiation a protection mode is negotiated. RFC 1961
says in section 4.3/4.4 it should be protected, but the NEC reference
implementation does not.  The option \fI--socks5-gssapi-nec\fP allows the
unprotected exchange of the protection mode negotiation. (Added in 7.19.4).