From ef6a76d342c2cdff60efd9f455abeae6428bb786 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sun, 20 Mar 2011 19:09:41 +0000 Subject: [PATCH] Typo from r54350: Overide > Override --- includes/api/ApiQueryAllimages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1