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