fix typo spotted by Jonathan Hilgeman

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66820 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-01-03 21:50:06 +00:00
parent 14ba5296db
commit 7d01bc1858

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<reference id="ref.curl">
<title>CURL, Client URL Library Functions</title>
<titleabbrev>CURL</titleabbrev>
@ -214,7 +214,7 @@ curl_close ($ch);
<simpara>
<parameter>CURLOPT_POST</parameter>: 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.
</simpara>
</listitem>