From: Mikael Magnusson Date: Thu, 10 May 2007 05:08:24 +0000 (+0000) Subject: fix typo in a comment, at least i do'nt think config5Aure is a word X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=933a689b41c2ab34af7395ca86acaa057cbda727;p=chaz%2Fopenbox fix typo in a comment, at least i do'nt think config5Aure is a word --- diff --git a/openbox/event.c b/openbox/event.c index 6bf6e87b..e3132c90 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -593,7 +593,7 @@ static void event_process(const XEvent *ec, gpointer data) } } else if (e->type == ConfigureRequest) { - /* unhandled config5Aure requests must be used to configure the + /* unhandled configure requests must be used to configure the window directly */ XWindowChanges xwc;