Followup r79229, fix varible type fail
authorSam Reed <reedy@users.mediawiki.org>
Thu, 30 Dec 2010 02:45:28 +0000 (02:45 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 30 Dec 2010 02:45:28 +0000 (02:45 +0000)
includes/GlobalFunctions.php

index 65ccdc1..a7b0696 100644 (file)
@@ -3153,7 +3153,7 @@ function wfGetLB( $wiki = false ) {
 
 /**
  * Get the load balancer factory object
- * @return LoadBalaner
+ * @return LBFactory
  */
 function &wfGetLBFactory() {
        return LBFactory::singleton();