summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-12-03 16:45:15 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-12-03 16:45:15 -0800
commitc1b6dc1dae9939b92561578e7e1c3b18a322075e (patch)
tree753357731451f878e899ad346290d6df64be795b /modules/update
parentf01c994de8d6f54a5bef1523319c6da88048c146 (diff)
downloadbrdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.gz
brdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.bz2
Issue #2145077 by TR: Fix spelling errors in D7 tests and comments
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.fetch.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.fetch.inc b/modules/update/update.fetch.inc
index bf0039f44..9dd2f0ba4 100644
--- a/modules/update/update.fetch.inc
+++ b/modules/update/update.fetch.inc
@@ -289,7 +289,7 @@ function _update_build_fetch_url($project, $site_key = '') {
$url = _update_get_fetch_url_base($project);
$url .= '/' . $name . '/' . DRUPAL_CORE_COMPATIBILITY;
- // Only append usage infomation if we have a site key and the project is
+ // Only append usage information if we have a site key and the project is
// enabled. We do not want to record usage statistics for disabled projects.
if (!empty($site_key) && (strpos($project['project_type'], 'disabled') === FALSE)) {
// Append the site key.