[Spice-devel] [PATCH] display/res: fix typo in debug print
Alon Levy
alevy at redhat.com
Wed Jul 6 05:34:51 PDT 2011
---
display/res.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/display/res.c b/display/res.c
index ebeebb3..ea3f7f8 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