File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1178,7 +1178,7 @@ pub(crate) fn prepare_update() -> Result<Option<PathBuf>> {
1178
1178
1179
1179
// For windows x86 builds seem slow when used with windows defender.
1180
1180
// The website defaulted to i686-windows-gnu builds for a long time.
1181
- // This ensures that we update to a version thats appropriate for users
1181
+ // This ensures that we update to a version that's appropriate for users
1182
1182
// and also works around if the website messed up the detection.
1183
1183
// If someone really wants to use another version, they still can enforce
1184
1184
// that using the environment variable RUSTUP_OVERRIDE_HOST_TRIPLE.
Original file line number Diff line number Diff line change @@ -906,7 +906,7 @@ impl Cfg {
906
906
// breadcrumb in case of regression: we used to get the cargo path and
907
907
// cargo.exe path separately, not using the binary_file helper. This may
908
908
// matter if calling a binary with some personality that allows .exe and
909
- // not .exe to coexist (e.g. wine) - but thats not something we aim to
909
+ // not .exe to coexist (e.g. wine) - but that's not something we aim to
910
910
// support : the host should always be correct.
911
911
if cargo_path. exists ( ) {
912
912
return Ok ( None ) ;
You can’t perform that action at this time.
0 commit comments