chore: apply spelling and typo fixes (#18041)

This commit is contained in:
Matthias Seitz
2025-08-25 16:24:21 +02:00
committed by GitHub
parent c3d211c6f7
commit d87280e793
9 changed files with 9 additions and 10 deletions

View File

@@ -420,7 +420,7 @@ lint-typos: ensure-typos
ensure-typos:
@if ! command -v typos &> /dev/null; then \
echo "typos not found. Please install it by running the command `cargo install typos-cli` or refer to the following link for more information: https://github.com/crate-ci/typos" \
echo "typos not found. Please install it by running the command 'cargo install typos-cli' or refer to the following link for more information: https://github.com/crate-ci/typos"; \
exit 1; \
fi
@@ -439,7 +439,7 @@ lint-toml: ensure-dprint
ensure-dprint:
@if ! command -v dprint &> /dev/null; then \
echo "dprint not found. Please install it by running the command `cargo install --locked dprint` or refer to the following link for more information: https://github.com/dprint/dprint" \
echo "dprint not found. Please install it by running the command 'cargo install --locked dprint' or refer to the following link for more information: https://github.com/dprint/dprint"; \
exit 1; \
fi