Typo from r54350: Overide > Override
authorKrinkle <krinkle@users.mediawiki.org>
Sun, 20 Mar 2011 19:09:41 +0000 (19:09 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sun, 20 Mar 2011 19:09:41 +0000 (19:09 +0000)
includes/api/ApiQueryAllimages.php

index c23a8a6..61adc32 100644 (file)
@@ -46,7 +46,7 @@ class ApiQueryAllimages extends ApiQueryGeneratorBase {
        }
 
        /**
-        * Overide parent method to make sure to make sure the repo's DB is used
+        * Override parent method to make sure to make sure the repo's DB is used
         * which may not necesarilly be the same as the local DB.
         *
         * TODO: allow querying non-local repos.