Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/93032


Change subject: Fix class name
......................................................................

Fix class name

Change-Id: I0f1955ab7db242e7b78f53826f540fc9516dc8ab
---
M scripts/groupStatistics.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/32/93032/1

diff --git a/scripts/groupStatistics.php b/scripts/groupStatistics.php
index 776379c..a497e00 100644
--- a/scripts/groupStatistics.php
+++ b/scripts/groupStatistics.php
@@ -20,7 +20,7 @@
 }
 require_once "$IP/maintenance/Maintenance.php";
 
-class GroupStatictics extends Maintenance {
+class GroupStatistics extends Maintenance {
        /**
         * Array of the most spoken languages in the world.
         * Source: http://stats.wikimedia.org/EN/Sitemap.htm.
@@ -697,5 +697,5 @@
        }
 }
 
-$maintClass = 'GroupStatictics';
+$maintClass = 'GroupStatistics';
 require_once RUN_MAINTENANCE_IF_MAIN;

-- 
To view, visit https://gerrit.wikimedia.org/r/93032
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f1955ab7db242e7b78f53826f540fc9516dc8ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to