From 87c09fefbbf54aa30d1252d60ef1135862eef76d Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 10 May 2024 07:45:53 +0200 Subject: [PATCH] fix typo Co-authored-by: jyn --- src/bootstrap/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index c4420010f243..698a576effa6 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);