curl_easy_setopt.3: fix typo
authorDaniel Stenberg <daniel@haxx.se>
Sun, 23 Oct 2011 22:13:47 +0000 (00:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 23 Oct 2011 22:13:47 +0000 (00:13 +0200)
shoot, Dan Fandrich already had this pointed out...

docs/libcurl/curl_easy_setopt.3

index f4f0c80..394bd77 100644 (file)
@@ -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