summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard.c
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-05-03 13:07:13 -0700
committerPavel Roskin <plroskin@gmail.com>2016-05-04 23:33:30 -0700
commitca9cbcafc826dc4c3ff6c54fcab3d81789ae5807 (patch)
treed9ef08b59192ba39b968fd3d6877f946b8bd1ba0 /sesman/chansrv/clipboard.c
parentfdb146740f2e544008e90214854b7a4aa2472e84 (diff)
downloadxrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.tar.gz
xrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.zip
Typo fixes
Diffstat (limited to 'sesman/chansrv/clipboard.c')
-rw-r--r--sesman/chansrv/clipboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c
index a170dd23..80db95d1 100644
--- a/sesman/chansrv/clipboard.c
+++ b/sesman/chansrv/clipboard.c
@@ -1706,7 +1706,7 @@ clipboard_event_selection_owner_notify(XEvent *xevent)
{
log_debug("clipboard_event_selection_owner_notify: matches g_wnd");
log_debug("clipboard_event_selection_owner_notify: skipping, "
- "onwer == g_wnd");
+ "owner == g_wnd");
g_got_selection = 1;
return 0;
}