From 97858f9b2ebf7f32f00ab7688dc2eb6b3371207b Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 5 Jan 2003 01:19:37 +0000 Subject: Typo ('tat' > 'that') --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index d9470bb3c..2acf36743 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -52,7 +52,7 @@ function throttle($type, $rate) { function check_php_setting($name, $value) { if (ini_get($name) != $value) { - print "

Note tat the value of PHP's configuration option $name is incorrect. It should be set to '$value' for Drupal to work properly. Either configure your webserver to support .htaccess files so Drupal's .htaccess file can set it to the proper value, or edit your php.ini file directly. This message will automatically dissapear when the problem has been fixed.

"; + print "

Note that the value of PHP's configuration option $name is incorrect. It should be set to '$value' for Drupal to work properly. Either configure your webserver to support .htaccess files so Drupal's .htaccess file can set it to the proper value, or edit your php.ini file directly. This message will automatically dissapear when the problem has been fixed.

"; } } -- cgit v1.2.3