From 646bf737e0dd995e88e43f5df43d184b5d1e6934 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 5 Jul 2023 11:34:00 +0100 Subject: [PATCH] [Update] Fixed Typo --- application/controllers/Update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Update.php b/application/controllers/Update.php index 59c914de..cd56804c 100644 --- a/application/controllers/Update.php +++ b/application/controllers/Update.php @@ -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; }