From 95ab92ca4a1919d5371c26d5cf993396479e99d0 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 4 Feb 2025 16:28:27 +0100 Subject: [PATCH] Protect against mistyping "tessellator" --- .typos.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.typos.toml b/.typos.toml index de51a691..db5bf48b 100644 --- a/.typos.toml +++ b/.typos.toml @@ -7,5 +7,15 @@ ime = "ime" # Input Method Editor nknown = "nknown" # part of @55nknown username ro = "ro" # read-only, also part of the username @Phen-Ro +# I mistype these so often +tesalator = "tessellator" +teselator = "tessellator" +tessalator = "tessellator" +tesselator = "tessellator" +tesalation = "tessellation" +teselation = "tessellation" +tessalation = "tessellation" +tesselation = "tessellation" + [files] extend-exclude = ["web_demo/egui_demo_app.js"] # auto-generated