From a97e9018c406c1362d3603298aac9372339ba0b8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 4 Apr 2014 00:02:12 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 1e7792d02b..d81dd52546 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -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 *