summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2012-01-24 12:28:25 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2012-01-24 12:28:25 +0100
commiteef1c0a3bdd5a205c46e256b4936c4ba8a433690 (patch)
treeb6fed89eebd6d4efef99ec64fdd6e811629d3422
parentbff35a51300c5dc644a1c2d7bdb69c4bed97cff7 (diff)
downloadmcwm-eef1c0a3bdd5a205c46e256b4936c4ba8a433690.zip
Spelling.
-rw-r--r--mcwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcwm.c b/mcwm.c
index e4fd043..7e3c462 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -3364,8 +3364,8 @@ void events(void)
* readable again.
*
* We do it this way instead of xcb_wait_for_event() since
- * select() will return if we we're interrupted by a signal.
- * We like that.
+ * select() will return if we were interrupted by a signal. We
+ * like that.
*/
ev = xcb_poll_for_event(conn);
if (NULL == ev)