summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-11 11:33:15 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-11 11:33:15 +0000
commit70aae83c8ee2a44b2eb880214af50f8052e12bf7 (patch)
tree7ed206ab5d302d9699cd11e28b6a3bbbd0ac5fdb /includes/bootstrap.inc
parent4b87417062261795eb4a2ce5909c2dacc8ce4704 (diff)
downloadbrdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.gz
brdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.bz2
#58166, fixes for typos, patch by Uwe Herrmann
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc4
1 files changed, 2 insertions, 2 deletions
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.
*/