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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user