fix some typos found scrolling through the docs

This commit is contained in:
Takashi Idobe 2023-12-22 18:28:19 -05:00
parent 398fd92e17
commit c20bdf247b
5 changed files with 7 additions and 7 deletions

View file

@ -494,7 +494,7 @@ pub fn check(path: &Path, bad: &mut bool) {
let mut err = |_| {
tidy_error!(bad, "{}: leading newline", file.display());
};
suppressible_tidy_err!(err, skip_leading_newlines, "mising leading newline");
suppressible_tidy_err!(err, skip_leading_newlines, "missing leading newline");
}
let mut err = |msg: &str| {
tidy_error!(bad, "{}: {}", file.display(), msg);