- Patch #486274 by mr.baileys: fixed typo.

merge-requests/26/head
Dries Buytaert 2009-06-11 07:51:30 +00:00
parent 3692eee08d
commit 4534383a7d
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ class UserAdminTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => t('User administration'),
'description' => t('Test user admininstration page functionality.'),
'description' => t('Test user administration page functionality.'),
'group' => t('User')
);
}