From 163f1b0d9c2aa59e841325a864a885ddb56ec87d Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Mon, 8 Nov 2010 10:08:51 +0000 Subject: [PATCH] Fix typo in error message. Props PeteMall git-svn-id: https://develop.svn.wordpress.org/trunk@16233 602fd350-edb4-49c9-b593-d223f7449a82 --- 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”') ) );