Fix typo
authorFomafix <fomafix@googlemail.com>
Thu, 21 Dec 2017 11:53:54 +0000 (12:53 +0100)
committerFomafix <fomafix@googlemail.com>
Thu, 21 Dec 2017 11:53:54 +0000 (12:53 +0100)
Change-Id: I56e762d0d565e36530a5dc7a7ad0aa7cb66531b8

tests/qunit/suites/resources/mediawiki/mediawiki.util.test.js

index bb27626..1730575 100644 (file)
                assert.equal( href, '/wiki/#Fragment', 'empty title with fragment' );
 
                href = util.getUrl( '#Fragment', { action: 'edit' } );
-               assert.equal( href, '/w/index.php?action=edit#Fragment', 'epmty title with query string and fragment' );
+               assert.equal( href, '/w/index.php?action=edit#Fragment', 'empty title with query string and fragment' );
 
                href = util.getUrl( 'Foo:Sandbox \xC4#Fragment \xC4', { action: 'edit' } );
                assert.equal( href, '/w/index.php?title=Foo:Sandbox_%C3%84&action=edit#Fragment_.C3.84', 'title with query string, fragment, and special characters' );