typo mutli->multi

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244325 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stanislav Yordanov 2007-10-17 10:18:30 +00:00
parent 01b9638153
commit e7bd2a521f
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.html-entity-decode">
<refnamediv>
<refname>html_entity_decode</refname>
@ -106,7 +106,7 @@
<row>
<entry>5.0.0</entry>
<entry>
Support for mutli-byte character sets was added.
Support for multi-byte character sets was added.
</entry>
</row>
</tbody>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stripslashes">
<refnamediv>
<refname>stripslashes</refname>
@ -77,7 +77,7 @@ echo stripslashes($str);
<note>
<para>
<function>stripslashes</function> is not recursive. If you want to apply
this function to a mutli-dimensional array, you need to use a recursive
this function to a multi-dimensional array, you need to use a recursive
function.
</para>
</note>