Correct typos and update typos.toml
parent
a10b45fb1f
commit
ac524b6c34
|
|
@ -146,7 +146,7 @@ image_bg_end: u32 = 0,
|
||||||
image_text_end: u32 = 0,
|
image_text_end: u32 = 0,
|
||||||
image_virtual: bool = false,
|
image_virtual: bool = false,
|
||||||
|
|
||||||
/// Defererred OpenGL operation to update the screen size.
|
/// Deferred OpenGL operation to update the screen size.
|
||||||
const SetScreenSize = struct {
|
const SetScreenSize = struct {
|
||||||
size: renderer.Size,
|
size: renderer.Size,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ wdth = "wdth"
|
||||||
Strat = "Strat"
|
Strat = "Strat"
|
||||||
grey = "gray"
|
grey = "gray"
|
||||||
greyscale = "grayscale"
|
greyscale = "grayscale"
|
||||||
|
DECID = "DECID"
|
||||||
|
|
||||||
[type.swift.extend-words]
|
[type.swift.extend-words]
|
||||||
inout = "inout"
|
inout = "inout"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue