diff options
| author | Takashi Idobe <mail@takashiidobe.com> | 2023-12-22 18:28:19 -0500 |
|---|---|---|
| committer | Takashi Idobe <mail@takashiidobe.com> | 2023-12-22 18:28:19 -0500 |
| commit | c20bdf247bd9266afe685ebe60a775d5bfa43373 (patch) | |
| tree | 2165ffc9820ea2818a9f516163e93a661a19848f /src/tools | |
| parent | 398fd92e177cd1a47ae1bb146506953e87e73d30 (diff) | |
| download | rust-c20bdf247bd9266afe685ebe60a775d5bfa43373.tar.gz rust-c20bdf247bd9266afe685ebe60a775d5bfa43373.zip | |
fix some typos found scrolling through the docs
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs index cb40c6e3a38..8b0e80a94b0 100644 --- a/src/tools/tidy/src/style.rs +++ b/src/tools/tidy/src/style.rs @@ -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); |
