[Spice-devel] [PATCH qxl-win] display/res: fix typo in debug print

Alon Levy alevy at redhat.com
Mon Jun 20 03:59:41 PDT 2011


---
 display/res.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/display/res.c b/display/res.c
index 71e2b98..048adbb 100644
--- a/display/res.c
+++ b/display/res.c
@@ -671,7 +671,7 @@ QXLDrawable *Drawable(PDev *pdev, UINT8 type, RECTL *area, CLIPOBJ *clip, UINT32
     CopyRect(&drawable->bbox, area);
 
     if (!SetClip(pdev, clip, drawable)) {
-        DEBUG_PRINT((pdev, 0, "%s: set clip filed\n", __FUNCTION__));
+        DEBUG_PRINT((pdev, 0, "%s: set clip failed\n", __FUNCTION__));
         ReleaseOutput(pdev, drawable->release_info.id);
         drawable = NULL;
     }
-- 
1.7.5.2



More information about the Spice-devel mailing list