fix typos

This commit is contained in:
Dieter Adriaenssens 2013-03-05 15:11:16 +01:00
parent e8fe7f2b15
commit e6542c5dbf
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ class PmaSeleniumTestCase
private $_selenium;
/**
* Confguration Instance
* Configuration Instance
*
* @access private
* @var object

View File

@ -31,7 +31,7 @@ class PmaSeleniumXSSTest extends PHPUnit_Extensions_SeleniumTestCase
}
/**
* Tests the SQL querry tab with a null query
* Tests the SQL query tab with a null query
*
* @return void
*/
@ -45,4 +45,4 @@ class PmaSeleniumXSSTest extends PHPUnit_Extensions_SeleniumTestCase
$this->assertAlert("Missing value in the form!");
}
}
?>
?>