summaryrefslogtreecommitdiff
path: root/modules/simpletest
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/simpletest
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/simpletest')
-rw-r--r--modules/simpletest/tests/file.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/file.test b/modules/simpletest/tests/file.test
index 7802be3f2..20dd27376 100644
--- a/modules/simpletest/tests/file.test
+++ b/modules/simpletest/tests/file.test
@@ -2388,7 +2388,7 @@ class FileDownloadTest extends FileTestCase {
$this->assertEqual($headers['x-foo'], 'Bar', 'Found header set by file_test module on private download.');
$this->assertResponse(200, 'Correctly allowed access to a file when file_test provides headers.');
- // Test that the file transfered correctly.
+ // Test that the file transferred correctly.
$this->assertEqual($contents, $this->content, 'Contents of the file are correct.');
// Deny access to all downloads via a -1 header.