From 70aae83c8ee2a44b2eb880214af50f8052e12bf7 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Tue, 11 Apr 2006 11:33:15 +0000 Subject: #58166, fixes for typos, patch by Uwe Herrmann --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/bootstrap.inc') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0be9f92fa..0d2fc1f9e 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -284,7 +284,7 @@ function cache_get($key) { $cache->data = db_decode_blob($cache->data); } // If enforcing a minimum cache lifetime, validate that the data is - // currenly valid for this user before we return it by making sure the + // currently valid for this user before we return it by making sure the // cache entry was created before the timestamp in the current session's // cache timer. The cache variable is loaded into the $user object by // sess_read() in session.inc. @@ -735,7 +735,7 @@ function _drupal_bootstrap($phase) { /** * Enables use of the theme system without requiring database access. Since * there is not database access no theme will be enabled and the default - * themable fuctions will be called. Some themable functions can not be used + * themeable functions will be called. Some themeable functions can not be used * without the full Drupal API loaded. For example, theme_page() is * unavailable and theme_maintenance_page() must be used in its place. */ -- cgit v1.2.3