From: Siebrand Mazeland Date: Mon, 8 Oct 2012 12:49:11 +0000 (+0200) Subject: Fix typo in comment. X-Git-Tag: 1.31.0-rc.0~22111^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=ace39b085c500483450701b91f5b5764ca29cdda;p=lhc%2Fweb%2Fwiklou.git Fix typo in comment. Change-Id: Ib88d3023aaf8b07363c0a2f00adb660732a849c1 --- 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