summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
commitaf3f94b37ebb4e6b2d03f937e40a157a17dff223 (patch)
tree002f4e23f118c3324f7cf2bceb781c441f55406f /modules/system/system.test
parent4f6cf1d1a1ac7f6ef0295cbdcf24ea980fda61b7 (diff)
downloadbrdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.gz
brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.bz2
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index cca0f6689..fada5816b 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -483,7 +483,7 @@ class CronRunTestCase extends DrupalWebTestCase {
* Ensure that temporary files are removed.
*
* Create files for all the possible combinations of age and status. We are
- * using UPDATE statments rather than file_save() because it would set the
+ * using UPDATE statements rather than file_save() because it would set the
* timestamp.
*/
function testTempFileCleanup() {
@@ -1020,7 +1020,7 @@ class SystemBlockTestCase extends DrupalWebTestCase {
* Test displaying and hiding the powered-by block.
*/
function testPoweredByBlock() {
- // Set block title and some settings to confirm that the interface is availble.
+ // Set block title and some settings to confirm that the interface is available.
$this->drupalPost('admin/structure/block/manage/system/powered-by/configure', array('title' => $this->randomName(8)), t('Save block'));
$this->assertText(t('The block configuration has been saved.'), t('Block configuration set.'));