Fix typo in verify_file_md5() description. see [25541].

props siobhan.
see #27651.
Built from https://develop.svn.wordpress.org/trunk@27938


git-svn-id: http://core.svn.wordpress.org/trunk@27768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-04-04 00:03:14 +00:00
parent 0163a95d79
commit 2cb849fc52

View File

@ -519,7 +519,7 @@ function download_url( $url, $timeout = 300 ) {
}
/**
* Calculates and compares the MD5 of a file to it's expected value.
* Calculates and compares the MD5 of a file to its expected value.
*
* @since 3.7.0
*