From 50a74880a75893be5bc5d1bcad892f3c6569d467 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 30 Dec 2010 02:45:28 +0000 Subject: [PATCH] Followup r79229, fix varible type fail --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 65ccdc1256..a7b06963e8 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3153,7 +3153,7 @@ function wfGetLB( $wiki = false ) { /** * Get the load balancer factory object - * @return LoadBalaner + * @return LBFactory */ function &wfGetLBFactory() { return LBFactory::singleton(); -- 2.20.1