From c694545650e56b843ebb92ecac781bf89f66fa7f Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 5 Mar 2013 13:07:33 +0800 Subject: [PATCH] MDL-37935: Cache - fix spelling mistake in language string --- lang/en/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/cache.php b/lang/en/cache.php index e6592ddbf34..73305f5fba1 100644 --- a/lang/en/cache.php +++ b/lang/en/cache.php @@ -102,7 +102,7 @@ $string['storenameinvalid'] = 'Invalid store name. You can only use a-z A-Z 0-9 $string['storeperformance'] = 'Cache store performance reporting - {$a} unique requests per operation.'; $string['storeready'] = 'Ready'; $string['storenotready'] = 'Store not ready'; -$string['storerequiresattention'] = 'Requries attention.'; +$string['storerequiresattention'] = 'Requires attention.'; $string['storerequiresattention_help'] = 'This store instance is not ready to be used but has mappings. Fixing this issue will improve performance on your system. Please check that the store backend is ready to be used and that any PHP requirements are met.'; $string['storeresults_application'] = 'Store requests when used as an application cache.'; $string['storeresults_request'] = 'Store requests when used as a request cache.';