We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typ
1 parent e995c4c commit 6e3575bCopy full SHA for 6e3575b
.typos.toml
@@ -6,6 +6,7 @@
6
ime = "ime" # Input Method Editor
7
nknown = "nknown" # part of @55nknown username
8
ro = "ro" # read-only, also part of the username @Phen-Ro
9
+typ = "typ" # Often used because `type` is a keyword in Rust
10
11
# I mistype these so often
12
tesalator = "tessellator"
crates/egui/src/data/input.rs
@@ -1101,7 +1101,7 @@ impl RawInput {
1101
system_theme,
1102
} = self;
1103
1104
- ui.label(format!("Active viwport: {viewport_id:?}"));
+ ui.label(format!("Active viewport: {viewport_id:?}"));
1105
for (id, viewport) in viewports {
1106
ui.group(|ui| {
1107
ui.label(format!("Viewport {id:?}"));
0 commit comments