From 5b2bed35f375854d45438d38a1108a6391643be4 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Thu, 28 Sep 2017 21:35:44 +0000 Subject: [PATCH] Follow-up 67f04373d fix stupid typo Fot should be For Change-Id: I3cb87a94feea32f1c98345ceaa19f9a75fde266d --- maintenance/updateSpecialPages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.20.1