diff options
author | Pavel Roskin <prroskin@amazon.com> | 2016-01-14 16:32:09 +0000 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-14 08:47:50 -0800 |
commit | 964e860072cd4871481481d5b3ffa96abb1bac35 (patch) | |
tree | 10f00786ae0b59038feac3128ad073d248fbbd92 /sesman/chansrv/clipboard.c | |
parent | 380c0cd2e77ece844691c3a67b17debb1f514fd5 (diff) | |
download | xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.tar.gz xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.zip |
Run through codespell
Diffstat (limited to 'sesman/chansrv/clipboard.c')
-rw-r--r-- | sesman/chansrv/clipboard.c | 6 |
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, |