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

props siobhan.
see #27651.

git-svn-id: https://develop.svn.wordpress.org/trunk@27938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-04-04 00:02:12 +00:00
parent b29ccb5656
commit a97e9018c4

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
*