diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 4e6d3211f..327714cf9 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1689,7 +1689,7 @@ function drupal_set_message($message = NULL, $type = 'status', $repeat = TRUE) { $_SESSION['messages'][$type][] = $message; } - // Mark this page has being not cacheable. + // Mark this page as being uncacheable. drupal_page_is_cacheable(FALSE); } |