diff --git a/src/x11/window.rs b/src/x11/window.rs index aebed48..3a10a0c 100644 --- a/src/x11/window.rs +++ b/src/x11/window.rs @@ -200,7 +200,7 @@ impl Window { let mut handler = build(&mut crate::Window::new(&mut window)); - // Send an initial window resized event so the use is alerted of + // Send an initial window resized event so the user is alerted of // the correct dpi scaling. handler.on_event( &mut crate::Window::new(&mut window),