Skip to content
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
edorian committed Jan 2, 2012
1 parent eb20d59 commit 7a105dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions branches/3.6/en/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ abstract class MyApp_Tests_DatabaseTestCase extends PHPUnit_Framework_TestCase
// only instantiate PHPUnit_Extensions_Database_DB_IDatabaseConnection once per test
private $conn = null;

final public fucntion getConnection()
final public function getConnection()
{
if ($this->conn === null) {
if (self::$pdo == null) {
Expand Down Expand Up @@ -402,7 +402,7 @@ abstract class Generic_Tests_DatabaseTestCase extends PHPUnit_Framework_TestCase
// only instantiate PHPUnit_Extensions_Database_DB_IDatabaseConnection once per test
private $conn = null;

final public fucntion getConnection()
final public function getConnection()
{
if ($this->conn === null) {
if (self::$pdo == null) {
Expand Down

0 comments on commit 7a105dc

Please sign in to comment.