MINOR: fixed spelling mistake (related to 99491)

This commit is contained in:
Mateusz Uzdowski 2010-02-22 01:37:27 +00:00
parent 6f720fd30d
commit 3c638d27fc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class UserDefinedFormEditorTest extends FunctionalTest {
function setUp() {
parent::setUp();
$this->logInWithPermssion('ADMIN');
$this->logInWithPermission('ADMIN');
$this->form = new UserDefinedForm();
$this->form->write();