diff options
author | cui fliter <imcusg@gmail.com> | 2024-03-04 22:28:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 14:28:57 +0000 |
commit | d4b3b39cc021bfac76e023eedd217fe0c2df9978 (patch) | |
tree | 6d1e72ffc8a0672dbf0e6c8b239930de2eaac8d6 /cli/tools/upgrade.rs | |
parent | 11db68ce96dfe561da6d7f4938e412635dc688d7 (diff) |
chore: fix typos (#22677)
Diffstat (limited to 'cli/tools/upgrade.rs')
-rw-r--r-- | cli/tools/upgrade.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/upgrade.rs b/cli/tools/upgrade.rs index efe7e707e..c66fa0b3e 100644 --- a/cli/tools/upgrade.rs +++ b/cli/tools/upgrade.rs @@ -497,7 +497,7 @@ pub async fn upgrade( let archive_data = download_package(client, &download_url) .await - .with_context(|| format!("Failed downloading {download_url}. The version you requested may not have been built for the current architechture."))?; + .with_context(|| format!("Failed downloading {download_url}. The version you requested may not have been built for the current architecture."))?; log::info!("Deno is upgrading to version {}", &install_version); |