summaryrefslogtreecommitdiff
path: root/includes/errors.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-04-10 14:38:45 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-04-10 14:38:45 -0700
commitf4a9056f1c0113b853b8c71c10fb12f3c47576f3 (patch)
tree6c6402cdbed10fc91abf57b8607998449a499889 /includes/errors.inc
parent93510d585b54846fce4ba1d9736ee31e04bda861 (diff)
downloadbrdo-f4a9056f1c0113b853b8c71c10fb12f3c47576f3.tar.gz
brdo-f4a9056f1c0113b853b8c71c10fb12f3c47576f3.tar.bz2
Issue #1964824 by chrisjlee: Fix typo in code comment
Diffstat (limited to 'includes/errors.inc')
-rw-r--r--includes/errors.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/errors.inc b/includes/errors.inc
index 7fd2de2fb..fcf9ca85c 100644
--- a/includes/errors.inc
+++ b/includes/errors.inc
@@ -169,7 +169,7 @@ function error_displayable($error = NULL) {
* TRUE if the error is fatal.
*/
function _drupal_log_error($error, $fatal = FALSE) {
- // Initialize a maintenance theme if the boostrap was not complete.
+ // Initialize a maintenance theme if the bootstrap was not complete.
// Do it early because drupal_set_message() triggers a drupal_theme_initialize().
if ($fatal && (drupal_get_bootstrap_phase() != DRUPAL_BOOTSTRAP_FULL)) {
unset($GLOBALS['theme']);