[Update] Fixed Typo

This commit is contained in:
Peter Goodhall
2023-07-05 11:34:00 +01:00
parent ee90929a3c
commit 646bf737e0

View File

@@ -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;
}