jimw Thu Jan 3 16:50:07 2002 EDT
Modified files:
/phpdoc/en/functions curl.xml
Log:
fix typo spotted by Jonathan Hilgeman
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.21 phpdoc/en/functions/curl.xml:1.22
--- phpdoc/en/functions/curl.xml:1.21 Sun Dec 16 04:07:26 2001
+++ phpdoc/en/functions/curl.xml Thu Jan 3 16:50:06 2002
@@ -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 @@
<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>