From d64ef1239c1deff5dc4e9f33e94b74a2aa33aa64 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 7 Apr 2009 23:58:35 +0000 Subject: [PATCH] Typo fix. Props demetris. fixes #9479 git-svn-id: https://develop.svn.wordpress.org/trunk@10889 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php index bc8b4fc377..f0605bc1ba 100644 --- a/wp-admin/includes/theme-install.php +++ b/wp-admin/includes/theme-install.php @@ -66,7 +66,7 @@ function themes_api($action, $args = null) { } /** - * Retrive list of WordPress theme features (aka theme tags) + * Retrieve list of WordPress theme features (aka theme tags) * * @since 2.8.0 *