From 1d034b8a0d900c0f13c866ab6189d03a87bee878 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 7 Apr 2009 23:58:35 +0000 Subject: [PATCH] Typo fix. Props demetris. fixes #9479 git-svn-id: http://svn.automattic.com/wordpress/trunk@10889 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 bc8b4fc37..f0605bc1b 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 *