summaryrefslogtreecommitdiff
path: root/modules/update/update.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.test')
-rw-r--r--modules/update/update.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.test b/modules/update/update.test
index 3286afb4f..b29f6ac86 100644
--- a/modules/update/update.test
+++ b/modules/update/update.test
@@ -790,7 +790,7 @@ class UpdateCoreUnitTestCase extends DrupalUnitTestCase {
$url = _update_build_fetch_url($project, $site_key);
$this->assertEqual($url, $expected, "When site_key provided, '$url' should be '$expected'.");
- // http://drupal.org/node/1481156 test incorrect logic when url contains
+ // http://drupal.org/node/1481156 test incorrect logic when URL contains
// a question mark.
$project['info']['project status url'] = 'http://www.example.com/?project=';
$expected = 'http://www.example.com/?project=/' . $project['name'] . '/' . DRUPAL_CORE_COMPATIBILITY;