diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
| commit | c6f27eb96ca97acc899b907f6bafb5f68be1a318 (patch) | |
| tree | aabf42403dbacaa5805c3b301a57c08876a515b3 /libxrdp/xrdp_orders.c | |
| parent | 327f1ea9fcb0f5307faf99dd6b05e27f92dd42f3 (diff) | |
| parent | 964e860072cd4871481481d5b3ffa96abb1bac35 (diff) | |
| download | xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.tar.gz xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.zip | |
Merge pull request #304 from proski/devel
Minor fixes
Diffstat (limited to 'libxrdp/xrdp_orders.c')
| -rw-r--r-- | libxrdp/xrdp_orders.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/xrdp_orders.c b/libxrdp/xrdp_orders.c index 7d969514..b2f1e582 100644 --- a/libxrdp/xrdp_orders.c +++ b/libxrdp/xrdp_orders.c @@ -286,7 +286,7 @@ xrdp_orders_last_bounds(struct xrdp_orders *self, struct xrdp_rect *rect) } /*****************************************************************************/ -/* check if all coords are withing 256 bytes */ +/* check if all coords are within 256 bytes */ /* returns boolean */ static int APP_CC xrdp_orders_send_delta(struct xrdp_orders *self, int *vals, int count) @@ -2719,7 +2719,7 @@ xrdp_orders_out_v3(struct xrdp_orders *self, int cache_id, int cache_idx, out_uint8(self->out_s, RDP_ORDER_BMPCACHE3); /* type */ /* cache index */ out_uint16_le(self->out_s, cache_idx); - /* persistant cache key 1/2 */ + /* persistent cache key 1/2 */ out_uint32_le(self->out_s, 0); out_uint32_le(self->out_s, 0); /* bitmap data */ |
