mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Protect against mistyping "tessellator"
This commit is contained in:
10
.typos.toml
10
.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
|
||||
|
||||
Reference in New Issue
Block a user