about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorTakashi Idobe <mail@takashiidobe.com>2023-12-22 18:28:19 -0500
committerTakashi Idobe <mail@takashiidobe.com>2023-12-22 18:28:19 -0500
commitc20bdf247bd9266afe685ebe60a775d5bfa43373 (patch)
tree2165ffc9820ea2818a9f516163e93a661a19848f /src/tools
parent398fd92e177cd1a47ae1bb146506953e87e73d30 (diff)
downloadrust-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.rs2
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);