Skip to content

Commit cf29f82

Browse files
authored
Merge pull request #3074 from sadikkuzu/patch-1
Fix typos
2 parents 8f6b536 + 89ac942 commit cf29f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/self_update/windows.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub(crate) fn choose_vs_install() -> Result<Option<VsInstallPlan>> {
6363
writeln!(process().stdout(), "\n3) Don't install the prerequisites")?;
6464
writeln!(
6565
process().stdout(),
66-
" (if you're targetting the GNU ABI).\n"
66+
" (if you're targeting the GNU ABI).\n"
6767
)?;
6868

6969
let choice = loop {
@@ -235,7 +235,7 @@ pub(crate) fn try_install_msvc(opts: &InstallOpts<'_>) -> Result<ContinueInstall
235235
let have_msvc = do_msvc_check(opts).is_none();
236236
let has_libs = has_windows_sdk_libs();
237237
if have_msvc && has_libs {
238-
warn!("Visual Studio is installed but a problem ocurred during installation");
238+
warn!("Visual Studio is installed but a problem occurred during installation");
239239
warn!("{}", err);
240240
Ok(ContinueInstall::Yes)
241241
} else {

0 commit comments

Comments
 (0)