Fix various typos (#745)

Found via `codespell -q 3 -L complies,crate,doubleclick,ist,ser,vew`
This commit is contained in:
luzpaz
2022-08-05 20:57:52 -07:00
committed by GitHub
parent 83ff548596
commit 5f5c3efdee
4 changed files with 5 additions and 5 deletions
@@ -2,7 +2,7 @@
pub const SVG_OPEN_TAG: &str = r#"<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="200px">"#;
pub const SVG_CLOSE_TAG: &str = "</svg>";
// Sylistic constants
// Stylistic constants
pub const BLACK: &str = "black";
/// Helper function to create an SVG text entitty.