diff --git a/test/selenium/PmaSeleniumTestCase.php b/test/selenium/PmaSeleniumTestCase.php index 8aa4e9c9c0..f85f24b20a 100644 --- a/test/selenium/PmaSeleniumTestCase.php +++ b/test/selenium/PmaSeleniumTestCase.php @@ -48,7 +48,7 @@ class PmaSeleniumTestCase private $_selenium; /** - * Confguration Instance + * Configuration Instance * * @access private * @var object diff --git a/test/selenium/PmaSeleniumXssTest.php b/test/selenium/PmaSeleniumXssTest.php index 47c2fe98e0..f436276351 100644 --- a/test/selenium/PmaSeleniumXssTest.php +++ b/test/selenium/PmaSeleniumXssTest.php @@ -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!"); } } -?> \ No newline at end of file +?>