summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sites/default/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index 5df0b0ba3..58679ad47 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -53,8 +53,8 @@ $base_url = "http://localhost";
# To override specific entries in the 'variable' table for this site,
# set them here. You usually don't need to use this feature. This is
# useful when used in a configuration file for a vhost or directory,
-# rather than the default conf.php. Any configuration setting from the
-# variable table can be given a new value.
+# rather than the default settings.php. Any configuration setting from
+# the variable table can be given a new value.
#
# $conf = array(
# 'site_name' => 'My Drupal site',