- fix typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232719 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Michael Wallner 2007-03-27 10:41:41 +00:00
parent b6f50fa30e
commit ccc0f82628

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.http-post-fields">
<refnamediv>
@ -130,7 +130,7 @@ $files = array(
)
);
$response = http_post_fields("http://exampole.com", $fields, $files);
$response = http_post_fields("http://www.example.com/", $fields, $files);
?>
]]>
</programlisting>