summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
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.
*/