diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-21 00:26:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-21 00:26:21 +0000 |
commit | 5038c5d3df6353542f66acbb231316fb74d0f20c (patch) | |
tree | 606b98dc7ab4c483c959b5cb22d3ec618f4e377a /includes | |
parent | d58ac9fd645314d82b6ad1d07d4a626fda517bdb (diff) | |
download | brdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.gz brdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.bz2 |
- Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.
Diffstat (limited to 'includes')
-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 47d369e2f..f5e407f37 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -2115,7 +2115,7 @@ function _drupal_bootstrap_page_cache() { // If there is no session cookie and cache is enabled (or forced), try // to serve a cached page. if (!isset($_COOKIE[session_name()]) && $cache_enabled) { - // Make sure there is a user object because it's timestamp will be + // Make sure there is a user object because its timestamp will be // checked, hook_boot might check for anonymous user etc. $user = drupal_anonymous_user(); // Get the page from the cache. |