From: Mikael Magnusson Date: Sun, 10 Feb 2008 06:54:21 +0000 (+0100) Subject: typo in comment X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=83c739df9117cde1982a1fec4487ea1a3eb6ebf0;p=chaz%2Fopenbox typo in comment --- 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;