summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2003-01-05 01:19:37 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2003-01-05 01:19:37 +0000
commit97858f9b2ebf7f32f00ab7688dc2eb6b3371207b (patch)
tree41b9c527822bb07cd713d76ab73396707548094d
parent36556762f97238fb055cb88f44570e6cfcd2e4a6 (diff)
downloadbrdo-97858f9b2ebf7f32f00ab7688dc2eb6b3371207b.tar.gz
brdo-97858f9b2ebf7f32f00ab7688dc2eb6b3371207b.tar.bz2
Typo ('tat' > 'that')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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 "<p>Note tat the value of PHP's configuration option <code><b>$name</b></code> is incorrect. It should be set to '$value' for Drupal to work properly. Either configure your webserver to support <code>.htaccess</code> files so Drupal's <code>.htaccess</code> file can set it to the proper value, or edit your <code>php.ini</code> file directly. This message will automatically dissapear when the problem has been fixed.</p>";
+ print "<p>Note that the value of PHP's configuration option <code><b>$name</b></code> is incorrect. It should be set to '$value' for Drupal to work properly. Either configure your webserver to support <code>.htaccess</code> files so Drupal's <code>.htaccess</code> file can set it to the proper value, or edit your <code>php.ini</code> file directly. This message will automatically dissapear when the problem has been fixed.</p>";
}
}