Propose fix some typos (#14857)

Signed-off-by: John E <jeis4wpi@outlook.com>
This commit is contained in:
John Eismeier
2026-04-21 04:27:39 -04:00
committed by GitHub
parent e8a1b7fe21
commit 4a50bc6fc2
5 changed files with 50 additions and 50 deletions

View File

@@ -2884,7 +2884,7 @@ pub fn main_set_common(_key: String, _value: String) {
} else if _key == "update-me" {
if let Some(new_version_file) = get_download_file_from_url(&_value) {
log::debug!(
"New version file is downloaed, update begin, {:?}",
"New version file is downloaded, update begin, {:?}",
new_version_file.to_str()
);
if let Some(f) = new_version_file.to_str() {