summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-24 00:31:59 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-24 00:31:59 +0000
commitb5729a616e8068f806ff6e9b0d107dac53be6fdb (patch)
tree04bf907e6ee20cce733a792ca1352deee74b13fd /modules
parent2c552193154dd49a335b883019e216430a097790 (diff)
downloadbrdo-b5729a616e8068f806ff6e9b0d107dac53be6fdb.tar.gz
brdo-b5729a616e8068f806ff6e9b0d107dac53be6fdb.tar.bz2
#557342 by agentrickard: Fixed typo.
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/tests/common.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test
index 3a5036565..f786a42e9 100644
--- a/modules/simpletest/tests/common.test
+++ b/modules/simpletest/tests/common.test
@@ -1100,7 +1100,7 @@ class DrupalDataApiTest extends DrupalWebTestCase {
}
/**
- * Tests Simpletest error and exception collecter.
+ * Tests Simpletest error and exception collector.
*/
class DrupalErrorCollectionUnitTest extends DrupalWebTestCase {
@@ -1116,8 +1116,8 @@ class DrupalErrorCollectionUnitTest extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => 'SimpleTest error collecter',
- 'description' => 'Performs tests on the Simpletest error and exception collecter.',
+ 'name' => 'SimpleTest error collector',
+ 'description' => 'Performs tests on the Simpletest error and exception collector.',
'group' => 'SimpleTest',
);
}