summaryrefslogtreecommitdiff
path: root/modules/image
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/image
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/image')
-rw-r--r--modules/image/image.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/image/image.test b/modules/image/image.test
index 7db68e6c3..6a8928ac1 100644
--- a/modules/image/image.test
+++ b/modules/image/image.test
@@ -216,10 +216,10 @@ class ImageStylesPathAndUrlTestCase extends DrupalWebTestCase {
}
// Add some extra chars to the token.
$this->drupalGet(str_replace(IMAGE_DERIVATIVE_TOKEN . '=', IMAGE_DERIVATIVE_TOKEN . '=Zo', $generate_url));
- $this->assertResponse(403, 'Image was inaccessible at the URL wih an invalid token.');
+ $this->assertResponse(403, 'Image was inaccessible at the URL with an invalid token.');
// Change the parameter name so the token is missing.
$this->drupalGet(str_replace(IMAGE_DERIVATIVE_TOKEN . '=', 'wrongparam=', $generate_url));
- $this->assertResponse(403, 'Image was inaccessible at the URL wih a missing token.');
+ $this->assertResponse(403, 'Image was inaccessible at the URL with a missing token.');
// Fetch the URL that generates the file.
$this->drupalGet($generate_url);
@@ -268,7 +268,7 @@ class ImageStylesPathAndUrlTestCase extends DrupalWebTestCase {
elseif ($clean_url) {
// Add some extra chars to the token.
$this->drupalGet(str_replace(IMAGE_DERIVATIVE_TOKEN . '=', IMAGE_DERIVATIVE_TOKEN . '=Zo', $generate_url));
- $this->assertResponse(200, 'Existing image was accessible at the URL wih an invalid token.');
+ $this->assertResponse(200, 'Existing image was accessible at the URL with an invalid token.');
}
// Allow insecure image derivatives to be created for the remainder of this