Fix typo in mbstring_binary_safe_encoding() description.

props ghost1227.
fixes #28423.
Built from https://develop.svn.wordpress.org/trunk@28648


git-svn-id: http://core.svn.wordpress.org/trunk@28466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-06-01 05:06:15 +00:00
parent 9aadc44d5c
commit fd99912f65
1 changed files with 1 additions and 1 deletions

View File

@ -4386,7 +4386,7 @@ function _canonical_charset( $charset ) {
}
/**
* Sets the mbstring internal encoding to a binary safe encoding whne func_overload is enabled.
* Sets the mbstring internal encoding to a binary safe encoding when func_overload is enabled.
*
* When mbstring.func_overload is in use for multi-byte encodings, the results from strlen() and
* similar functions respect the utf8 characters, causing binary data to return incorrect lengths.