From d967abdf1dab8b23fba39ce2aa35fe09cd5578f5 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 2 Oct 2011 11:09:00 -0700 Subject: Issue #1054848 by barraponto: Fixing common typos through codespell.py. --- modules/contact/contact.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/contact') 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.')); } } -- cgit v1.2.3