summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 17:53:32 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 17:53:32 -0400
commite7d67c7258c8b3b5e14d81371b3285002c28e643 (patch)
tree378bf46d85de422a4990a188b842814581503e02 /includes
parenteea00f936e9f7360f2490da6633a396395e817c1 (diff)
downloadbrdo-e7d67c7258c8b3b5e14d81371b3285002c28e643.tar.gz
brdo-e7d67c7258c8b3b5e14d81371b3285002c28e643.tar.bz2
Issue #2549879 by cbiggins, cilefen: Small grammatical error in bootstrap.inc
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index ea768930c..c87b089e5 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1055,7 +1055,7 @@ function drupal_page_get_cache($check_only = FALSE) {
* Determines the cacheability of the current page.
*
* @param $allow_caching
- * Set to FALSE if you want to prevent this page to get cached.
+ * Set to FALSE if you want to prevent this page from being cached.
*
* @return
* TRUE if the current page can be cached, FALSE otherwise.