Fix typo in exception message
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 17 Jan 2013 11:38:45 +0000 (12:38 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 17 Jan 2013 11:38:45 +0000 (12:38 +0100)
Also capitalise first letter and use single quotes for consistency.

Change-Id: Ic09699bd675845334cdd53f39fb9c0f1ab3b61e2

includes/Title.php

index dc76910..aa53563 100644 (file)
@@ -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;