diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-17 02:00:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-17 02:00:50 +0000 |
commit | 050354df377943d4196f4661f182850c70b9c604 (patch) | |
tree | 92c6ab7538ccb9ba54516e2e49f67a604c074258 | |
parent | c56439cb15ad89ad91cfc140faac9e23614b0dfa (diff) | |
download | brdo-050354df377943d4196f4661f182850c70b9c604.tar.gz brdo-050354df377943d4196f4661f182850c70b9c604.tar.bz2 |
- Patch #856788 by glipay: documentation improvement.
-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); } |