1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Fix typo and whitespace

This commit is contained in:
Joe Wilm 2017-11-11 09:42:26 -08:00 committed by Joe Wilm
parent 24fce939b7
commit c5b689784e

View file

@ -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 mut viewport_size = window.inner_size_pixels()
.expect("glutin returns window size");
let dpr = window.hidpi_factor();