From: Brian Wolff Date: Thu, 28 Sep 2017 21:35:44 +0000 (+0000) Subject: Follow-up 67f04373d fix stupid typo X-Git-Tag: 1.31.0-rc.0~1934 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=5b2bed35f375854d45438d38a1108a6391643be4;p=lhc%2Fweb%2Fwiklou.git Follow-up 67f04373d fix stupid typo Fot should be For Change-Id: I3cb87a94feea32f1c98345ceaa19f9a75fde266d --- diff --git a/maintenance/updateSpecialPages.php b/maintenance/updateSpecialPages.php index cc9f763bc8..e2c0c61592 100644 --- a/maintenance/updateSpecialPages.php +++ b/maintenance/updateSpecialPages.php @@ -101,7 +101,7 @@ class UpdateSpecialPages extends Maintenance { $this->output( sprintf( "%.2fs\n", $seconds ) ); } # Reopen any connections that have closed - $this->reopenAndWaitFotReplicas(); + $this->reopenAndWaitForReplicas(); } else { $this->output( "cheap, skipped\n" ); } @@ -118,7 +118,7 @@ class UpdateSpecialPages extends Maintenance { * Queries that take a really long time, might cause the * mysql connection to "go away" */ - private function reopenAndWaiFotReplicas() { + private function reopenAndWaitForReplicas() { if ( !wfGetLB()->pingAll() ) { $this->output( "\n" ); do {