Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-27 18:31:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-27 18:31:16 +0200
commitfc6ae1db58163d8c18c9e8769e6615119c21ff54 (patch)
tree6653333f52f2fbc149d99a09de2817b18c4e5a03
parent12ecabf7dc5d3c75fc002f531f08cb91cc91aeb2 (diff)
mirrors.php: fixed a type
-rw-r--r--mirrors.php2
1 files changed, 1 insertions, 1 deletions
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`"
),