http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90805

Revision: 90805
Author:   nad
Date:     2011-06-26 00:28:38 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
comment typos and more better comments to match docs

Modified Paths:
--------------
    trunk/extensions/SimpleSecurity/SimpleSecurity_body.php

Modified: trunk/extensions/SimpleSecurity/SimpleSecurity_body.php
===================================================================
--- trunk/extensions/SimpleSecurity/SimpleSecurity_body.php     2011-06-26 
00:14:27 UTC (rev 90804)
+++ trunk/extensions/SimpleSecurity/SimpleSecurity_body.php     2011-06-26 
00:28:38 UTC (rev 90805)
@@ -379,7 +379,7 @@
        }
 
        /**
-        * Add hooks into the database classes query() and fetchObject() methods
+        * Create the new Database class with hooks in its query() and 
fetchObject() methods and use our LBFactory_SimpleSecurity class
         */
        static function applyDatabaseHook() {
                global $wgDBtype, $wgLBFactoryConf;
@@ -411,7 +411,7 @@
 }
 
 /**
- * The new LBFactory_SimpleSecurity class identical to LBFactory_Simple except 
that it returns a LoadBalancer_SimpleSecurity onject
+ * The new LBFactory_SimpleSecurity class identical to LBFactory_Simple except 
that it returns a LoadBalancer_SimpleSecurity object
  */
 class LBFactory_SimpleSecurity extends LBFactory_Simple {
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to