From af3f94b37ebb4e6b2d03f937e40a157a17dff223 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Jan 2010 10:38:35 +0000 Subject: - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.admin.inc') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 9e58b25f3..be9597fdf 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1669,7 +1669,7 @@ function system_performance_settings() { '#description' => t('External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.') . $disabled_message, ); - // Do not allow Drupal to gzip pages if the server alredy does that. + // Do not allow Drupal to gzip pages if the server already does that. if (strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') === FALSE) { $js_hide = $cache == CACHE_DISABLED ? ' class="js-hide"' : ''; $form['bandwidth_optimization']['page_compression'] = array( -- cgit v1.2.3