From: Daniel Stenberg Date: Sun, 23 Oct 2011 22:13:47 +0000 (+0200) Subject: curl_easy_setopt.3: fix typo X-Git-Tag: curl-7_23_0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e771344611e7405b73eff7744ca315a15c9ec50a;p=thirdparty%2Fcurl.git curl_easy_setopt.3: fix typo shoot, Dan Fandrich already had this pointed out... --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index f4f0c80e3d..394bd77988 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