summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-10-02 11:09:00 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-10-02 11:09:00 -0700
commitd967abdf1dab8b23fba39ce2aa35fe09cd5578f5 (patch)
treeb4c4c404d4683b934b4687ed696b883dd2ec905a /modules/profile
parent9c42142614fdb292e231766dc778b959d74649c9 (diff)
downloadbrdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.gz
brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.bz2
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.test b/modules/profile/profile.test
index 83bed25a5..09123d8c5 100644
--- a/modules/profile/profile.test
+++ b/modules/profile/profile.test
@@ -399,7 +399,7 @@ class ProfileBlockTestCase extends ProfileTestCase {
}
function testAuthorInformationBlock() {
- // Set the block to a region to confirm the block is availble.
+ // Set the block to a region to confirm the block is available.
$edit = array();
$edit['blocks[profile_author-information][region]'] = 'footer';
$this->drupalPost('admin/structure/block', $edit, t('Save blocks'));