From bd37cd729452dcb3caf68f057704acebe29d44fe Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 25 Sep 2010 16:08:24 +0000 Subject: [PATCH] comment typo --- .../tests/phpunit/includes/SeleniumConfigurationTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/tests/phpunit/includes/SeleniumConfigurationTest.php b/maintenance/tests/phpunit/includes/SeleniumConfigurationTest.php index ae2445bc40..3bb4b7482a 100644 --- a/maintenance/tests/phpunit/includes/SeleniumConfigurationTest.php +++ b/maintenance/tests/phpunit/includes/SeleniumConfigurationTest.php @@ -92,7 +92,7 @@ testBrowser = "firefox" } /* - * Clean up the temporary file used to sore the selenium settings. + * Clean up the temporary file used to store the selenium settings. */ public function tearDown() { if ( strlen( $this->tempFileName ) > 0 ) { @@ -211,4 +211,4 @@ testBrowser = "firefox" } -} \ No newline at end of file +} -- 2.20.1