diff --git a/core/includes/errors.inc b/core/includes/errors.inc index f29def7..862100e 100644 --- a/core/includes/errors.inc +++ b/core/includes/errors.inc @@ -175,7 +175,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']);