summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-05-10 05:08:24 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-05-10 05:08:24 +0000
commit933a689b41c2ab34af7395ca86acaa057cbda727 (patch)
tree73ec4b370c645cf775ac76a565cdb608df7b5ca4
parent6c7ba97f57076320bd2b6b8ee41ce146ef07b83f (diff)
fix typo in a comment, at least i do'nt think config5Aure is a word
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
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;