Index: trunk/phase3/includes/api/ApiQueryAllimages.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |
50 | | - * Overide parent method to make sure to make sure the repo's DB is used |
| 50 | + * Override parent method to make sure to make sure the repo's DB is used |
51 | 51 | * which may not necesarilly be the same as the local DB. |
52 | 52 | * |
53 | 53 | * TODO: allow querying non-local repos. |