summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard.c
diff options
context:
space:
mode:
authorjsorg71 <jay.sorg@gmail.com>2016-01-24 22:34:41 -0800
committerjsorg71 <jay.sorg@gmail.com>2016-01-24 22:34:41 -0800
commitc6f27eb96ca97acc899b907f6bafb5f68be1a318 (patch)
treeaabf42403dbacaa5805c3b301a57c08876a515b3 /sesman/chansrv/clipboard.c
parent327f1ea9fcb0f5307faf99dd6b05e27f92dd42f3 (diff)
parent964e860072cd4871481481d5b3ffa96abb1bac35 (diff)
downloadxrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.tar.gz
xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.zip
Merge pull request #304 from proski/devel
Minor fixes
Diffstat (limited to 'sesman/chansrv/clipboard.c')
-rw-r--r--sesman/chansrv/clipboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c
index 310e2093..5c2a2b22 100644
--- a/sesman/chansrv/clipboard.c
+++ b/sesman/chansrv/clipboard.c
@@ -271,7 +271,7 @@ static int g_cliprdr_flags = CB_USE_LONG_FORMAT_NAMES |
CB_FILECLIP_NO_FILE_PATHS;
/* from client to server */
-/* last recieved CLIPRDR_FORMAT_LIST(CLIPRDR_FORMAT_ANNOUNCE) */
+/* last received CLIPRDR_FORMAT_LIST(CLIPRDR_FORMAT_ANNOUNCE) */
static int g_formatIds[16];
static int g_num_formatIds = 0;
@@ -1547,7 +1547,7 @@ clipboard_data_in(struct stream *s, int chan_id, int chan_flags, int length,
{
log_error("aborting clipboard_data_in - clipboard has not "
"been initialized");
- /* we return 0 here to indicate no protocol problem occured */
+ /* we return 0 here to indicate no protocol problem occurred */
return 0;
}
@@ -1887,7 +1887,7 @@ clipboard_event_selection_notify(XEvent *xevent)
XDeleteProperty(g_display, lxevent->requestor, lxevent->property);
if (type == g_incr_atom)
{
- /* nothing more to do here, the data is comming in through
+ /* nothing more to do here, the data is coming in through
PropertyNotify */
log_debug("clipboard_event_selection_notify: type is INCR "
"data_size %d property name %s type %s", data_size,