From 346f4b7747a19b71d76f6ffe1cdd99334efc7184 Mon Sep 17 00:00:00 2001 From: phl0 Date: Sun, 28 Jul 2024 18:51:15 +0200 Subject: [PATCH] Fix typos --- application/libraries/AdifHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/AdifHelper.php b/application/libraries/AdifHelper.php index 8e9412476..980988430 100644 --- a/application/libraries/AdifHelper.php +++ b/application/libraries/AdifHelper.php @@ -198,7 +198,7 @@ class AdifHelper { $line .= $this->getAdifFieldLine("MY_STATE", $qso->state); - // We fill county only if it has a value and it's USA, Alaska, Hawaii or Russia (European or Asiaric). Other countrys are not supported at the moment due complex adif specs + // We fill county only if it has a value and it's USA, Alaska, Hawaii or Russia (European or Asiatic). Other countries are not supported at the moment due to complex ADIF specs if ($qso->station_cnty) { switch ($qso->station_dxcc) {