From e6542c5dbf5fa2aa9a8b3c6185e5ef52d27eceed Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Tue, 5 Mar 2013 15:11:16 +0100 Subject: [PATCH] fix typos --- test/selenium/PmaSeleniumTestCase.php | 2 +- test/selenium/PmaSeleniumXssTest.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +?>