File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pub(crate) fn choose_vs_install() -> Result<Option<VsInstallPlan>> {
63
63
writeln ! ( process( ) . stdout( ) , "\n 3) Don't install the prerequisites" ) ?;
64
64
writeln ! (
65
65
process( ) . stdout( ) ,
66
- " (if you're targetting the GNU ABI).\n "
66
+ " (if you're targeting the GNU ABI).\n "
67
67
) ?;
68
68
69
69
let choice = loop {
@@ -235,7 +235,7 @@ pub(crate) fn try_install_msvc(opts: &InstallOpts<'_>) -> Result<ContinueInstall
235
235
let have_msvc = do_msvc_check ( opts) . is_none ( ) ;
236
236
let has_libs = has_windows_sdk_libs ( ) ;
237
237
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" ) ;
239
239
warn ! ( "{}" , err) ;
240
240
Ok ( ContinueInstall :: Yes )
241
241
} else {
You can’t perform that action at this time.
0 commit comments