From 0597499e9ea09bb89409265b31e39baed2733a34 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 8 Feb 2023 12:32:30 +0900 Subject: [PATCH] chore(cli/tools): fix typo in upgrade.rs (#17690) vesion -> version --- cli/tools/upgrade.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tools/upgrade.rs b/cli/tools/upgrade.rs index 2caaa0e029..16f88f74a9 100644 --- a/cli/tools/upgrade.rs +++ b/cli/tools/upgrade.rs @@ -123,7 +123,7 @@ impl UpdateChecker { 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() {