From f7873f185451ff7769713851884f6d4b82a4a594 Mon Sep 17 00:00:00 2001 From: Billy Messenger Date: Wed, 14 Jul 2021 11:45:06 -0500 Subject: [PATCH] typo --- src/x11/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),