From af3f94b37ebb4e6b2d03f937e40a157a17dff223 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Jan 2010 10:38:35 +0000 Subject: - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. --- modules/system/system.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.test') 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.')); -- cgit v1.2.3