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,