fix typo in error message
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 20 Jun 2012 17:14:08 +0000 (19:14 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Wed, 20 Jun 2012 17:14:08 +0000 (19:14 +0200)
Change-Id: Idb2e799e383a51dbad1a5b57f37b6bf24d142b4d

includes/actions/RawAction.php

index beabb3b..394625f 100644 (file)
@@ -151,7 +151,7 @@ class RawAction extends FormlessAction {
                                $content = $rev->getContent();
 
                                if ( !$content instanceof TextContent ) {
-                                       wfHttpError( 406, "Not Acceptable", "The requeste page uses the content model `"
+                                       wfHttpError( 406, "Not Acceptable", "The requested page uses the content model `"
                                                                                                                . $content->getModel() . "` which is not supported via this interface." );
                                        die();
                                }