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

Alon Levy alevy at redhat.com
Thu Jul 7 02:43:27 PDT 2011


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

diff --git a/display/res.c b/display/res.c
index 87c43c7..7c9181d 100644
--- a/display/res.c
+++ b/display/res.c
@@ -672,7 +672,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.4



More information about the Spice-devel mailing list