Skip to content

Commit 6e3575b

Browse files
authored
1 parent e995c4c commit 6e3575b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.typos.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
ime = "ime" # Input Method Editor
77
nknown = "nknown" # part of @55nknown username
88
ro = "ro" # read-only, also part of the username @Phen-Ro
9+
typ = "typ" # Often used because `type` is a keyword in Rust
910

1011
# I mistype these so often
1112
tesalator = "tessellator"

crates/egui/src/data/input.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ impl RawInput {
11011101
system_theme,
11021102
} = self;
11031103

1104-
ui.label(format!("Active viwport: {viewport_id:?}"));
1104+
ui.label(format!("Active viewport: {viewport_id:?}"));
11051105
for (id, viewport) in viewports {
11061106
ui.group(|ui| {
11071107
ui.label(format!("Viewport {id:?}"));

0 commit comments

Comments
 (0)