From c6ccb725e020683d4e02aa18182fdc332081fb06 Mon Sep 17 00:00:00 2001 From: QC Date: Sat, 20 Jul 2013 12:28:03 +0200 Subject: [PATCH] small typo --- simpleswitcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleswitcher.c b/simpleswitcher.c index af08cb2f..76b968c6 100644 --- a/simpleswitcher.c +++ b/simpleswitcher.c @@ -650,7 +650,7 @@ int menu(char **lines, char **input, char *prompt, int selected, Time *time) Window box; XWindowAttributes attr; - // main window isn't explictly destroyed in case we switch modes. reusing it prevents flicker + // main window isn't explicitly destroyed in case we switch modes. Reusing it prevents flicker if (main_window != None && XGetWindowAttributes(display, main_window, &attr)) { box = main_window;