diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-06-21 16:30:15 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-06-21 16:30:15 -0700 |
commit | ae5bb5bf9c26b850bb80725e4748a08b55815002 (patch) | |
tree | 092c552018082c061132efedeb89b6945609f3d7 /xrdp/xrdp_wm.c | |
parent | 703fedded71700c8b1cc4181ea112828ea5b236b (diff) | |
download | xrdp-proprietary-ae5bb5bf9c26b850bb80725e4748a08b55815002.tar.gz xrdp-proprietary-ae5bb5bf9c26b850bb80725e4748a08b55815002.zip |
Fix incorrect use of "it's" and "its", adjust wording
Diffstat (limited to 'xrdp/xrdp_wm.c')
-rw-r--r-- | xrdp/xrdp_wm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_wm.c b/xrdp/xrdp_wm.c index 3b223902..ca466197 100644 --- a/xrdp/xrdp_wm.c +++ b/xrdp/xrdp_wm.c @@ -1725,8 +1725,8 @@ callback(long id, int msg, long param1, long param2, long param3, long param4) rv = xrdp_wm_process_input_mousex(wm, param3, param1, param2); break; case 0x4444: /* invalidate, this is not from RDP_DATA_PDU_INPUT */ - /* like the rest, its from RDP_PDU_DATA with code 33 */ - /* its the rdp client asking for a screen update */ + /* like the rest, it's from RDP_PDU_DATA with code 33 */ + /* it's the rdp client asking for a screen update */ MAKERECT(rect, param1, param2, param3, param4); rv = xrdp_bitmap_invalidate(wm->screen, &rect); break; |