Skip to content

Commit

Permalink
changed fucntion to function
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamesh committed Feb 17, 2014
1 parent 30690de commit af82270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsuite/runtime/om/BaseObjectTest.php
Expand Up @@ -68,7 +68,7 @@ public function testSetNewReturnsSelf()
$this->assertInstanceOf('TestableBaseObject', $b->setNew(true));
}

public fucntion testSetDeletedReturnsSelf()
public function testSetDeletedReturnsSelf()
{
$b = new TestableBaseObject();
$this->assertInstanceOf('TestableBaseObject', $b->setDeleted(false));
Expand Down

0 comments on commit af82270

Please sign in to comment.