summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-11 18:06:22 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-17 19:14:59 +0100
commit71940dae6fd5673f0c682247216e6c989545bf9e (patch)
treec0191d364a24ac24598b71f7e67fae7598edc5e4 /openbox
parent6be85936aea651721419bb789677059ab3cffad8 (diff)
Fix some typos in comments.
Diffstat (limited to 'openbox')
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index ea249712..2d3ececa 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -855,7 +855,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
case ButtonRelease:
/* Wheel buttons don't draw because they are an instant click, so it
is a waste of resources to go drawing it.
- if the user is doing an intereactive thing, or has a menu open then
+ if the user is doing an interactive thing, or has a menu open then
the mouse is grabbed (possibly) and if we get these events we don't
want to deal with them
*/