Follow-up 67f04373d fix stupid typo
authorBrian Wolff <bawolff+wn@gmail.com>
Thu, 28 Sep 2017 21:35:44 +0000 (21:35 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Thu, 28 Sep 2017 21:37:19 +0000 (21:37 +0000)
Fot should be For

Change-Id: I3cb87a94feea32f1c98345ceaa19f9a75fde266d

maintenance/updateSpecialPages.php

index cc9f763..e2c0c61 100644 (file)
@@ -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 {