summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-10-28 10:54:55 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-12-12 15:29:03 +0100
commit4783c5439552a461516a6d917765000a9b60c295 (patch)
treee0a5be1208a4f7be6215ed5c141207a442d467c5
parent4fbe63601d5806814b9bcaef07349759a4b0834d (diff)
Fix "calles" typo in comment
-rw-r--r--src/spiceqxl_main_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spiceqxl_main_loop.c b/src/spiceqxl_main_loop.c
index db89b6d..49b715a 100644
--- a/src/spiceqxl_main_loop.c
+++ b/src/spiceqxl_main_loop.c
@@ -274,7 +274,7 @@ static void xspice_block_handler(pointer data, OSTimePtr timeout, pointer readma
}
/*
- * xserver only calles wakeup_handler with the read fd_set, so we
+ * xserver only calls wakeup_handler with the read fd_set, so we
* must either patch it or do a polling select ourselves, this is the
* later approach. Since we are already doing a polling select, we
* already select on all (we could avoid selecting on the read since