mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Fix some typos (#5339)
The spell check pipeline in #5313 suddenly failed, this fixes these typos and some more found via my IDEs spell checker tool
This commit is contained in:
@@ -6,7 +6,7 @@ use super::{
|
||||
};
|
||||
use web_sys::EventTarget;
|
||||
|
||||
// TODO(emilk): there are more calls to `prevent_default` and `stop_propagaton`
|
||||
// TODO(emilk): there are more calls to `prevent_default` and `stop_propagation`
|
||||
// than what is probably needed.
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
@@ -6,7 +6,7 @@ use crate::{epi, App};
|
||||
|
||||
use super::{events, text_agent::TextAgent, AppRunner, PanicHandler};
|
||||
|
||||
/// This is how `eframe` runs your wepp application
|
||||
/// This is how `eframe` runs your web application
|
||||
///
|
||||
/// This is cheap to clone.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user