aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-10-24 00:13:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-10-24 00:13:47 +0200
commite771344611e7405b73eff7744ca315a15c9ec50a (patch)
treecfe50af13aa9f4aec87c456042200cce8507a144 /docs/libcurl
parenta4471045bba8fc83a64221edc9a126796cb2c820 (diff)
curl_easy_setopt.3: fix typo
shoot, Dan Fandrich already had this pointed out...
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index f4f0c80e3..394bd7798 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -615,7 +615,7 @@ It is also possible to specify the user name and password as part of the
host, for some protocols, when connecting to servers that require
authentication.
-For exammple the following types of authentication support this:
+For example the following types of authentication support this:
http://user:password@www.domain.com
ftp://user:password@ftp.domain.com