OutputPage: Fix typo in escaped
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 26 Mar 2019 08:12:04 +0000 (01:12 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 26 Mar 2019 08:12:31 +0000 (01:12 -0700)
Spotted by phan.

Change-Id: Iba372755869c602990ea063f3bfde36e19561adb

includes/OutputPage.php

index cb90ccf..8a19c51 100644 (file)
@@ -2984,7 +2984,7 @@ class OutputPage extends ContextSource {
         */
        public function showFileRenameError( $old, $new ) {
                wfDeprecated( __METHOD__, '1.32' );
-               $this->showFatalError( $this->msg( 'filerenameerror', $old, $new )->escpaed() );
+               $this->showFatalError( $this->msg( 'filerenameerror', $old, $new )->escaped() );
        }
 
        /**