summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 449f18867..562f99855 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -517,10 +517,10 @@ $conf['404_fast_html'] = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
* server response time when loading 404 error pages and prevents the 404 error
* from being logged in the Drupal system log. In order to prevent valid pages
* such as image styles and other generated content that may match the
- * '404_fast_html' regular expression from returning 404 errors, it is necessary
- * to add them to the '404_fast_paths_exclude' regular expression above. Make
- * sure that you understand the effects of this feature before uncommenting the
- * line below.
+ * '404_fast_paths' regular expression from returning 404 errors, it is
+ * necessary to add them to the '404_fast_paths_exclude' regular expression
+ * above. Make sure that you understand the effects of this feature before
+ * uncommenting the line below.
*/
# drupal_fast_404();