From 7d01bc1858af4db8bc8ae4843499e1106b5538c8 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Thu, 3 Jan 2002 21:50:06 +0000 Subject: [PATCH] fix typo spotted by Jonathan Hilgeman git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66820 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/curl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/curl.xml b/functions/curl.xml index 9f0b46cf3a..69958fd337 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -214,7 +214,7 @@ curl_close ($ch); CURLOPT_POST: Set this option to a non-zero value if you want PHP to do a regular HTTP POST. - This POST is a normal application/x-www-from-urlencoded kind, + This POST is a normal application/x-www-form-urlencoded kind, most commonly used by HTML forms.