[Update] Fixed Typo

pull/2253/head
Peter Goodhall 2023-07-05 11:34:00 +01:00
rodzic ee90929a3c
commit 646bf737e0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -189,7 +189,7 @@ class Update extends CI_Controller {
gzclose($gz);
if (file_put_contents($this->make_update_path("cty.xml"), $data) === FALSE) {
$this->update_status("FAILED: Could not write to LoTW users file");
$this->update_status("FAILED: Could not write to cty.xml file");
return;
}