Rollup merge of #139709 - tshepang:patch-5, r=Kobzol

bootstrap: fix typo in doc string
This commit is contained in:
Chris Denton 2025-04-13 03:07:09 +00:00 committed by GitHub
commit 6b26d3c37c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -417,7 +417,7 @@ enum DownloadSource {
Dist,
}
/// Functions that are only ever called once, but named for clarify and to avoid thousand-line functions.
/// Functions that are only ever called once, but named for clarity and to avoid thousand-line functions.
impl Config {
pub(crate) fn download_clippy(&self) -> PathBuf {
self.verbose(|| println!("downloading stage0 clippy artifacts"));