[Update] Fixed Typo

这个提交包含在:
Peter Goodhall 2023-07-05 11:34:00 +01:00
父节点 ee90929a3c
当前提交 646bf737e0

查看文件

@ -189,7 +189,7 @@ class Update extends CI_Controller {
gzclose($gz); gzclose($gz);
if (file_put_contents($this->make_update_path("cty.xml"), $data) === FALSE) { 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; return;
} }