Fix typo in mbstring_binary_safe_encoding() description.

props ghost1227.
fixes #28423.

git-svn-id: https://develop.svn.wordpress.org/trunk@28648 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-06-01 05:05:44 +00:00
parent 4ecfd017b8
commit d4b336ded2
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.