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_file.c | |
parent | 380c0cd2e77ece844691c3a67b17debb1f514fd5 (diff) | |
download | xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.tar.gz xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.zip |
Run through codespell
Diffstat (limited to 'sesman/chansrv/clipboard_file.c')
-rw-r--r-- | sesman/chansrv/clipboard_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/clipboard_file.c b/sesman/chansrv/clipboard_file.c index c1fb0909..e994585a 100644 --- a/sesman/chansrv/clipboard_file.c +++ b/sesman/chansrv/clipboard_file.c @@ -553,7 +553,7 @@ clipboard_process_file_request(struct stream *s, int clip_msg_status, } /*****************************************************************************/ -/* server requested info about the file and this is the responce +/* server requested info about the file and this is the response it's either the file size or file data */ int APP_CC clipboard_process_file_response(struct stream *s, int clip_msg_status, |