From 730a4b758feeca5b6d3edb61ef3793bbe562df78 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 11 Nov 2023 20:27:55 +0100 Subject: [PATCH] typo --- crates/eframe/src/native/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eframe/src/native/run.rs b/crates/eframe/src/native/run.rs index e394b3a3d..56e3ceb36 100644 --- a/crates/eframe/src/native/run.rs +++ b/crates/eframe/src/native/run.rs @@ -2445,7 +2445,7 @@ mod wgpu_integration { drop(shared_lock); // Release lock! - // Runs the update, which could call immedaite viewports, + // Runs the update, which could call immediate viewports, // so make sure we hold no locks here! egui::FullOutput { platform_output,