summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2023-02-08 12:32:30 +0900
committerGitHub <noreply@github.com>2023-02-08 03:32:30 +0000
commit0597499e9ea09bb89409265b31e39baed2733a34 (patch)
treeb6a56fc25b352c6d9f219db9eaa10880465d8d2f
parent161a4fea47d134fa6077910b794883ffb6e9b0c5 (diff)
chore(cli/tools): fix typo in upgrade.rs (#17690)
vesion -> version
-rw-r--r--cli/tools/upgrade.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/upgrade.rs b/cli/tools/upgrade.rs
index 2caaa0e02..16f88f74a 100644
--- a/cli/tools/upgrade.rs
+++ b/cli/tools/upgrade.rs
@@ -123,7 +123,7 @@ impl<TEnvironment: UpdateCheckerEnvironment> UpdateChecker<TEnvironment> {
let file = self.maybe_file.as_ref()?;
// If the current version saved is not the actualy current version of the binary
// It means
- // - We already check for a new vesion today
+ // - We already check for a new version today
// - The user have probably upgraded today
// So we should not prompt and wait for tomorrow for the latest version to be updated again
if file.current_version != self.env.current_version() {