Spelling mistake

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102077 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gregory Song 2002-10-31 08:48:36 +00:00
parent fdc3dea0c8
commit 018869bd4d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@ -119,7 +119,7 @@
<filename>php://input</filename> allows you to read raw POST data.
It is a less memory intensive alternative to
<varname>$HTTP_RAW_POST_DATA</varname> and does not need any
special &php.ini; dicetives.
special &php.ini; diretives.
</simpara>
<simpara>
<filename>php://stdin</filename> and