summaryrefslogtreecommitdiff
path: root/src/spiceqxl_main_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spiceqxl_main_loop.c')
-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