summaryrefslogtreecommitdiff
path: root/openbox/mouse.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-10 07:54:21 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-14 19:40:01 +0100
commit83c739df9117cde1982a1fec4487ea1a3eb6ebf0 (patch)
tree348014e6ef6def3892250c8b94b22d893e8e40a7 /openbox/mouse.c
parent38bef0a38bf907a54c193ab063b4830788398edc (diff)
typo in comment
Diffstat (limited to 'openbox/mouse.c')
-rw-r--r--openbox/mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c
index 6d532518..f2e13cdf 100644
--- a/openbox/mouse.c
+++ b/openbox/mouse.c
@@ -46,7 +46,7 @@ typedef struct {
/* Array of GSList*s of ObMouseBinding*s. */
static GSList *bound_contexts[OB_FRAME_NUM_CONTEXTS];
-/* TRUE when we have a grab on the pointer and need to reply the pointer event
+/* TRUE when we have a grab on the pointer and need to replay the pointer event
to send it to other applications */
static gboolean replay_pointer_needed;