From ebcb95479d65f176b3bce122f99f80e27bf71a34 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 29 Mar 2011 11:44:45 +0200 Subject: vdagent-x11: Fix typo in comment --- vdagent-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdagent-x11.c b/vdagent-x11.c index 1660ef1..f2c99f4 100644 --- a/vdagent-x11.c +++ b/vdagent-x11.c @@ -181,7 +181,7 @@ struct vdagent_x11 *vdagent_x11_create(struct udscs_connection *vdagentd, x11->height = attrib.height; vdagent_x11_send_daemon_guest_xorg_res(x11); - /* No need for XFlush as XGetWindowAttributes does an implicit Xflush */ + /* No need for XFlush as XGetWindowAttributes does an implicit XFlush */ return x11; } -- cgit