From 5038c5d3df6353542f66acbb231316fb74d0f20c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 21 Jul 2010 00:26:21 +0000 Subject: - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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. -- cgit v1.2.3