mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -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.
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user