From 5b444375f22927c3661c331f3f37519940204bc0 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 30 Oct 2017 16:03:58 +0100 Subject: fix some typos in comments --- src/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display.rs') diff --git a/src/display.rs b/src/display.rs index fc5a5d40..31576355 100644 --- a/src/display.rs +++ b/src/display.rs @@ -139,7 +139,7 @@ impl Display { // Create the window where Alacritty will be displayed let mut window = Window::new(&options.title)?; - // get window properties for initializing the other subsytems + // get window properties for initializing the other subsystems let size = window.inner_size_pixels() .expect("glutin returns window size"); let dpr = window.hidpi_factor(); -- cgit