curl.1: fix typo conjuction -> conjunction

This commit is contained in:
Alessandro Ghedini 2013-10-14 20:49:54 +02:00 committed by Daniel Stenberg
parent 076726f141
commit 69c0d3fbc8
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ working directory before you invoke curl with the \fB-O, --remote-name\fP flag!
You may use this option as many times as the number of URLs you have.
.IP "--oauth2-bearer"
(IMAP/POP3/SMTP) Specify the Bearer Token for OAUTH 2.0 server authentication.
The Bearer Token is used in conjuction with the user name which can be
The Bearer Token is used in conjunction with the user name which can be
specified as part of the \fI--url\fP or \fI-u, --user\fP options.
The Bearer Token and user name are formatted according to RFC 6750.