fix to r37375 -- spell fieldset correctly :)
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 9 Jul 2008 16:49:44 +0000 (16:49 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 9 Jul 2008 16:49:44 +0000 (16:49 +0000)
includes/specials/SpecialRevisiondelete.php

index 4226ff5..c171b4f 100644 (file)
@@ -419,7 +419,7 @@ class RevisionDeleteForm {
                $wgOut->addHtml(
                        Xml::openElement( 'form', array( 'method' => 'post', 'action' => $special->getLocalUrl( 'action=submit' ), 
                                'id' => 'mw-revdel-form-filerevisions' ) ) .
-                       Xml::fiedlset( wfMsg( 'revdelete-legend' ) )
+                       Xml::fieldset( wfMsg( 'revdelete-legend' ) )
                );
                // FIXME: all items checked for just one file are checked, even if not set for the others
                foreach( $this->checks as $item ) {