From ec505eb2548e31e14691698f6ef296d73bb4ce44 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Sun, 9 Apr 2017 18:03:32 +0100 Subject: [PATCH] EditPage: Fix typo in comment Change-Id: I084933a733c704188217c1d306454d2fed08b59b --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 2153b8c02b..7bdc3bc940 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2633,7 +2633,7 @@ class EditPage { } // @todo add EditForm plugin interface and use it here! - // search for textarea1 and textares2, and allow EditForm to override all uses. + // search for textarea1 and textarea2, and allow EditForm to override all uses. $wgOut->addHTML( Html::openElement( 'form', [ -- 2.20.1