From 21c61515d9b0cd109afd77fc8540f2bbb0080872 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 18 Oct 2015 22:29:03 +0100 Subject: [PATCH] Fix Maintenance typo Change-Id: I3e0ae4446f74fac25e1cc79a86ff6e0738ada52d --- maintenance/populateCategory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/populateCategory.php b/maintenance/populateCategory.php index 66553bc6bf..65d272b303 100644 --- a/maintenance/populateCategory.php +++ b/maintenance/populateCategory.php @@ -25,7 +25,7 @@ require_once __DIR__ . '/Maintenance.php'; /** - * Mainteance script to populate the category table. + * Maintenance script to populate the category table. * * @ingroup Maintenance */ -- 2.20.1