Skip to content

Commit b074ad7

Browse files
pnkfelixspastorino
andauthored
fix typo in src/main.rs
thanks @spastorino Co-Authored-By: Santiago Pastorino <[email protected]>
1 parent f8f6b6e commit b074ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ impl Toolchain {
505505
fn do_remove(&self, dl_params: &DownloadParams) -> Result<(), Error> {
506506
let rustup_name = self.rustup_name();
507507

508-
// Guard aginst destroying directories that this tool didn't create.
508+
// Guard against destroying directories that this tool didn't create.
509509
assert!(rustup_name.starts_with("bisector-nightly") ||
510510
rustup_name.starts_with("bisector-ci"));
511511

0 commit comments

Comments
 (0)