small typo

This commit is contained in:
QC 2013-07-20 12:28:03 +02:00
parent 63adc4229b
commit c6ccb725e0
1 changed files with 1 additions and 1 deletions

View File

@ -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;