From 6edd5e1bff4cfc62fab88f701353a5e0ef0df540 Mon Sep 17 00:00:00 2001
From: Alessandro Ghedini <alessandro@ghedini.me>
Date: Mon, 14 Oct 2013 20:49:54 +0200
Subject: [PATCH] curl.1: fix typo conjuction -> conjunction

---
 docs/curl.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/curl.1 b/docs/curl.1
index 30ef4cc..92e11dc 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -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.
-- 
1.8.4.rc3


