summaryrefslogtreecommitdiff
path: root/cli/tools/fmt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/fmt.rs')
-rw-r--r--cli/tools/fmt.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tools/fmt.rs b/cli/tools/fmt.rs
index d7a235b4a..e296ddab9 100644
--- a/cli/tools/fmt.rs
+++ b/cli/tools/fmt.rs
@@ -442,8 +442,8 @@ fn format_ensure_stable(
concat!(
"Formatting succeeded initially, but failed when ensuring a ",
"stable format. This indicates a bug in the formatter where ",
- "the text it produces is not syntatically correct. As a temporary ",
- "workfaround you can ignore this file ({}).\n\n{:#}"
+ "the text it produces is not syntactically correct. As a temporary ",
+ "workaround you can ignore this file ({}).\n\n{:#}"
),
file_path.display(),
err,