summaryrefslogtreecommitdiff
path: root/cli/tools/fmt.rs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-06-26 15:10:27 +0200
committerGitHub <noreply@github.com>2023-06-26 09:10:27 -0400
commit801b9ec62d94f201e67d053ee90dae0b70e50a42 (patch)
tree145f840c570dd72258ef309e9d31f100a5aa5786 /cli/tools/fmt.rs
parentad3c494b46c97f0cf91098b7ec2afa576ea7a3dd (diff)
chore: fix typos (#19572)
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,