From e7bd2a521f2ecbda777d4d6cdf785e9b523be228 Mon Sep 17 00:00:00 2001 From: Stanislav Yordanov Date: Wed, 17 Oct 2007 10:18:30 +0000 Subject: [PATCH] typo mutli->multi git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244325 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/html-entity-decode.xml | 4 ++-- reference/strings/functions/stripslashes.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/html-entity-decode.xml b/reference/strings/functions/html-entity-decode.xml index 0c95d7fc9e..cd2e76a718 100644 --- a/reference/strings/functions/html-entity-decode.xml +++ b/reference/strings/functions/html-entity-decode.xml @@ -1,5 +1,5 @@ - + html_entity_decode @@ -106,7 +106,7 @@ 5.0.0 - Support for mutli-byte character sets was added. + Support for multi-byte character sets was added. diff --git a/reference/strings/functions/stripslashes.xml b/reference/strings/functions/stripslashes.xml index 020057ba0c..2b8d085327 100644 --- a/reference/strings/functions/stripslashes.xml +++ b/reference/strings/functions/stripslashes.xml @@ -1,5 +1,5 @@ - + stripslashes @@ -77,7 +77,7 @@ echo stripslashes($str); stripslashes 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.