summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdpPutImage.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-08-27 21:41:15 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-08-27 21:41:15 -0700
commitdde6192b6ebc9a4b1fb8124b2d4c9330179650ad (patch)
tree4b2f354e3d45f0c9bdf498580a7f183f9bbf009b /xorg/X11R7.6/rdp/rdpPutImage.c
parentf75ec32e7ce5467f111777c562f2bafc342b796c (diff)
downloadxrdp-proprietary-dde6192b6ebc9a4b1fb8124b2d4c9330179650ad.tar.gz
xrdp-proprietary-dde6192b6ebc9a4b1fb8124b2d4c9330179650ad.zip
X11rdp: fix spelling error, pack change
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpPutImage.c')
-rw-r--r--xorg/X11R7.6/rdp/rdpPutImage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/X11R7.6/rdp/rdpPutImage.c b/xorg/X11R7.6/rdp/rdpPutImage.c
index 737e4b31..ffc179d5 100644
--- a/xorg/X11R7.6/rdp/rdpPutImage.c
+++ b/xorg/X11R7.6/rdp/rdpPutImage.c
@@ -106,7 +106,7 @@ rdpPutImage(DrawablePtr pDst, GCPtr pGC, int depth, int x, int y,
if (g_do_dirty_os)
{
- LLOGLN(10, ("rdpPutImage: gettig dirty"));
+ LLOGLN(10, ("rdpPutImage: getting dirty"));
pDstPriv->is_dirty = 1;
pDirtyPriv = pDstPriv;
dirty_type = RDI_IMGLY;
@@ -132,7 +132,7 @@ rdpPutImage(DrawablePtr pDst, GCPtr pGC, int depth, int x, int y,
if (g_do_dirty_ons)
{
- LLOGLN(10, ("rdpPutImage: gettig dirty"));
+ LLOGLN(10, ("rdpPutImage: getting dirty"));
g_screenPriv.is_dirty = 1;
pDirtyPriv = &g_screenPriv;
dirty_type = RDI_IMGLL;