summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-07-18 16:19:14 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-07-18 16:19:14 -0700
commitc6bfda9e435e42cb57e828c8aeaf4f366fe8839d (patch)
treefb0b87b63d689beb1d44872aa5b232db83a91ba4 /includes
parent39be69046740a68ea73d1a7f27dd2f7aa4c66727 (diff)
downloadbrdo-c6bfda9e435e42cb57e828c8aeaf4f366fe8839d.tar.gz
brdo-c6bfda9e435e42cb57e828c8aeaf4f366fe8839d.tar.bz2
Issue #2038059 by Elijah Lynn, longwave, aaronott: Fix grammar in bootstrap.inc docs
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 400504aca..eddee8886 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -384,11 +384,11 @@ abstract class DrupalCacheArray implements ArrayAccess {
* without necessarily writing back to the persistent cache at the end.
*
* @param $offset
- * The array offset that was request.
+ * The array offset that was requested.
* @param $persist
* Optional boolean to specify whether the offset should be persisted or
* not, defaults to TRUE. When called with $persist = FALSE the offset will
- * be unflagged so that it will not written at the end of the request.
+ * be unflagged so that it will not be written at the end of the request.
*/
protected function persist($offset, $persist = TRUE) {
$this->keysToPersist[$offset] = $persist;
@@ -795,7 +795,7 @@ function drupal_settings_initialize() {
*
* This function plays a key role in allowing Drupal's resources (modules
* and themes) to be located in different places depending on a site's
- * configuration. For example, a module 'foo' may legally be be located
+ * configuration. For example, a module 'foo' may legally be located
* in any of these three places:
*
* modules/foo/foo.module
@@ -806,7 +806,7 @@ function drupal_settings_initialize() {
* the above, depending on where the module is located.
*
* @param $type
- * The type of the item (i.e. theme, theme_engine, module, profile).
+ * The type of the item (theme, theme_engine, module, profile).
* @param $name
* The name of the item for which the filename is requested.
* @param $filename