From: Krinkle Date: Sun, 20 Mar 2011 19:09:41 +0000 (+0000) Subject: Typo from r54350: Overide > Override X-Git-Tag: 1.31.0-rc.0~31286 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=ef6a76d342c2cdff60efd9f455abeae6428bb786;p=lhc%2Fweb%2Fwiklou.git Typo from r54350: Overide > Override --- diff --git a/includes/api/ApiQueryAllimages.php b/includes/api/ApiQueryAllimages.php index c23a8a6c36..61adc32bab 100644 --- a/includes/api/ApiQueryAllimages.php +++ b/includes/api/ApiQueryAllimages.php @@ -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.