summaryrefslogtreecommitdiff
path: root/modules/contact
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/contact
parent9c42142614fdb292e231766dc778b959d74649c9 (diff)
downloadbrdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.gz
brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.bz2
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.test b/modules/contact/contact.test
index bc44f5a04..129eb30ce 100644
--- a/modules/contact/contact.test
+++ b/modules/contact/contact.test
@@ -262,7 +262,7 @@ class ContactSitewideTestCase extends DrupalWebTestCase {
foreach ($categories as $category) {
$category_name = db_query("SELECT category FROM {contact} WHERE cid = :cid", array(':cid' => $category))->fetchField();
$this->drupalPost('admin/structure/contact/delete/' . $category, array(), t('Delete'));
- $this->assertRaw(t('Category %category has been deleted.', array('%category' => $category_name)), t('Category deleted sucessfully.'));
+ $this->assertRaw(t('Category %category has been deleted.', array('%category' => $category_name)), t('Category deleted successfully.'));
}
}