summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/src/bin/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/src/bin/main.rs')
-rw-r--r--src/tools/rustfmt/src/bin/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustfmt/src/bin/main.rs b/src/tools/rustfmt/src/bin/main.rs
index 8e871e61f..be64559e8 100644
--- a/src/tools/rustfmt/src/bin/main.rs
+++ b/src/tools/rustfmt/src/bin/main.rs
@@ -136,7 +136,7 @@ fn make_opts() -> Options {
"l",
"files-with-diff",
"Prints the names of mismatched files that were formatted. Prints the names of \
- files that would be formated when used with `--check` mode. ",
+ files that would be formatted when used with `--check` mode. ",
);
opts.optmulti(
"",