From: Alexandre Emsenhuber Date: Thu, 17 Jan 2013 11:38:45 +0000 (+0100) Subject: Fix typo in exception message X-Git-Tag: 1.31.0-rc.0~21014^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=c058f0c36db9336e312010200dbc5ca1ed9619c4;p=lhc%2Fweb%2Fwiklou.git Fix typo in exception message Also capitalise first letter and use single quotes for consistency. Change-Id: Ic09699bd675845334cdd53f39fb9c0f1ab3b61e2 --- diff --git a/includes/Title.php b/includes/Title.php index dc76910f4b..aa53563a95 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -689,7 +689,7 @@ class Title { } if( !$this->mContentModel ) { - throw new MWException( "failed to determin content model!" ); + throw new MWException( 'Failed to determine content model!' ); } return $this->mContentModel;