Add scripts/codespell.sh and spellcheck

This commit is contained in:
link2xt
2023-02-28 12:54:37 +00:00
parent 627cf20074
commit 7e5a8714a0
65 changed files with 143 additions and 136 deletions

View File

@@ -99,7 +99,7 @@ fn inner_generate_secure_join_qr_code(
Ok(())
})?
.build(|w| {
// White Background apears like a card
// White Background appears like a card
w.single("rect", |d| {
d.attr("x", card_border_size)?;
d.attr("y", card_border_size)?;