From fc6ae1db58163d8c18c9e8769e6615119c21ff54 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 27 Apr 2022 18:31:16 +0200 Subject: mirrors.php: fixed a type --- mirrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirrors.php b/mirrors.php index 8ba3cde..8143588 100644 --- a/mirrors.php +++ b/mirrors.php @@ -39,7 +39,7 @@ if (count($uri_parts) == 0) { // index "mysql" => "`l_ms`.`country_code`" ), "isos" => array( - "title" => "wether isos are available", + "title" => "whether isos are available", "label" => "ISOs", "mysql" => "`l_ms`.`isos`" ), -- cgit v1.2.3-54-g00ecf