From ace39b085c500483450701b91f5b5764ca29cdda Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 8 Oct 2012 14:49:11 +0200 Subject: [PATCH] Fix typo in comment. Change-Id: Ib88d3023aaf8b07363c0a2f00adb660732a849c1 --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index cc85a7daec..fb960bf0ce 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -267,7 +267,7 @@ class EditPage { /** * Get the context title object. - * If not set, $wgTitle will be returned. This behavior might changed in + * If not set, $wgTitle will be returned. This behavior might change in * the future to return $this->mTitle instead. * * @return Title object -- 2.20.1