From c95930fa12b141d4a823096309a708bd99635be1 Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 8 Nov 2010 10:08:51 +0000 Subject: [PATCH] Fix typo in error message. Props PeteMall git-svn-id: http://svn.automattic.com/wordpress/trunk@16233 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 7f4f396381..66d4835d3a 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -368,7 +368,7 @@ function wp_default_scripts( &$scripts ) { $scripts->add_data( 'list-table', 'group', 1 ); $scripts->localize( 'list-table', 'listTableL10n', array( 'loading' => __('Loading...'), - 'error' => __('An error has occured while loading the items.'), + 'error' => __('An error has occurred while loading the items.'), 'search' => __('Search results for “%s”') ) );