Merge "Move CSRF token handling into MediaWiki\Session\Session"
[lhc/web/wiklou.git] / tests / phpunit / includes / XmlSelectTest.php
index 9f154bb..0e03add 100644 (file)
@@ -166,7 +166,7 @@ class XmlSelectTest extends MediaWikiTestCase {
                        'razor'
                );
 
-               # inexistant keys should give us 'null'
+               # inexistent keys should give us 'null'
                $this->assertEquals(
                        $this->select->getAttribute( 'I DO NOT EXIT' ),
                        null