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.