summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-11-28 16:50:23 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-11-28 16:50:23 -0800
commitfd2936b84e8bff5a9e37678ab7d656b3cb97f2a9 (patch)
tree3763eb1988d54e506247ef732f18a06d1eb197cf
parent137bbb88df148e12ec450a2dd40109e3c7f9deef (diff)
downloadbrdo-fd2936b84e8bff5a9e37678ab7d656b3cb97f2a9.tar.gz
brdo-fd2936b84e8bff5a9e37678ab7d656b3cb97f2a9.tar.bz2
Issue #1851538 by willkaxu: Fix docs typo in cache.inc
-rw-r--r--includes/cache.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cache.inc b/includes/cache.inc
index a19d3c38c..92d4f3295 100644
--- a/includes/cache.inc
+++ b/includes/cache.inc
@@ -101,7 +101,7 @@ function cache_get_multiple(array &$cids, $bin = 'cache') {
* - cache_menu: Stores the structure of visible navigation menus per page.
*
* - cache_page: Stores generated pages for anonymous users. It is flushed
- * very often, whenever a page changes, at least for every ode and comment
+ * very often, whenever a page changes, at least for every node and comment
* submission. This is the only bin affected by the page cache setting on
* the administrator panel.
*