summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-21 00:26:21 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-21 00:26:21 +0000
commit5038c5d3df6353542f66acbb231316fb74d0f20c (patch)
tree606b98dc7ab4c483c959b5cb22d3ec618f4e377a /modules/system/system.test
parentd58ac9fd645314d82b6ad1d07d4a626fda517bdb (diff)
downloadbrdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.gz
brdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.bz2
- Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index 5a857f34f..977074bb6 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -1149,7 +1149,7 @@ class SystemBlockTestCase extends DrupalWebTestCase {
// Confirm that the block is hidden.
$this->assertNoRaw('id="block-system-powered-by"', t('Block no longer appears on page.'));
- // For convenience of developers, set the block to it's default settings.
+ // For convenience of developers, set the block to its default settings.
$edit = array();
$edit['system_powered-by[region]'] = 'footer';
$this->drupalPost('admin/structure/block', $edit, t('Save blocks'));