comment typo
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 25 Sep 2010 16:08:24 +0000 (16:08 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 25 Sep 2010 16:08:24 +0000 (16:08 +0000)
maintenance/tests/phpunit/includes/SeleniumConfigurationTest.php

index ae2445b..3bb4b74 100644 (file)
@@ -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
+}