diff options
| author | Ralf Jung <post@ralfj.de> | 2024-05-10 07:45:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-10 07:45:53 +0200 |
| commit | 87c09fefbbf54aa30d1252d60ef1135862eef76d (patch) | |
| tree | 22ef555cc07d3b767226b16018927f908c5284fc /src | |
| parent | 281aa50e3f52e13377444c518b190ac5dbace0cb (diff) | |
| download | rust-87c09fefbbf54aa30d1252d60ef1135862eef76d.tar.gz rust-87c09fefbbf54aa30d1252d60ef1135862eef76d.zip | |
fix typo
Co-authored-by: jyn <github@jyn.dev>
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index c4420010f24..698a576effa 100644 --- a/src/bootstrap/src/lib.rs +++ b/src/bootstrap/src/lib.rs @@ -683,7 +683,7 @@ impl Build { if !self.config.dry_run() { { - // We first to a dry-run. This is a sanity-check to ensure that + // We first do a dry-run. This is a sanity-check to ensure that // steps don't do anything expensive in the dry-run. self.config.dry_run = DryRun::SelfCheck; let builder = builder::Builder::new(self); |
