From 516161e7657de8b46576fa3f02ee86b98b6530da Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Mon, 8 Oct 2018 17:36:53 +0200 Subject: [PATCH] Typo --- src/x11/x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11/x.c b/src/x11/x.c index aa8d7c9..45c3a1b 100644 --- a/src/x11/x.c +++ b/src/x11/x.c @@ -335,7 +335,7 @@ gboolean x_mainloop_fd_dispatch(GSource *source, GSourceFunc callback, gpointer case FocusIn: case FocusOut: case PropertyNotify: - LOG_D("XEvent: Checking for active sceen changes"); + LOG_D("XEvent: Checking for active screen changes"); fullscreen_now = have_fullscreen_window(); scr = get_active_screen();