Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514

Fix typos in librustdoc, tools and config files

I used [`typos`](https://github.com/crate-ci/typos) to fix all typos, minus the ones present in #110153 and in #110154.

Refs #110150
This commit is contained in:
Michael Goulet
2023-04-11 20:28:49 -07:00
committed by GitHub
16 changed files with 74 additions and 73 deletions

View File

@@ -139,7 +139,7 @@ pub fn read_commit_info_file(root: &Path) -> Option<Info> {
sha: sha.to_owned(),
short_sha: short_sha.to_owned(),
},
_ => panic!("the `git-comit-info` file is malformed"),
_ => panic!("the `git-commit-info` file is malformed"),
};
Some(info)
} else {