aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2024-05-21 23:07:12 +0200
committerUlrich Sibiller <uli42@gmx.de>2024-05-21 23:07:12 +0200
commit99bee102279665e4c53eb6ddd51375e2b32d2a40 (patch)
treef828aad6d169fdf8fc54a6370b7e1f4695f1d474 /nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
parent7d8ea0b6f2135b36f0528ec3db79002f59859680 (diff)
downloadnx-libs-99bee102279665e4c53eb6ddd51375e2b32d2a40.tar.gz
nx-libs-99bee102279665e4c53eb6ddd51375e2b32d2a40.tar.bz2
nx-libs-99bee102279665e4c53eb6ddd51375e2b32d2a40.zip
fix various spelling errors
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Clipboard.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index 2881a4031..12b18e366 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -1973,14 +1973,14 @@ void nxagentHandleSelectionNotifyFromXServer(XEvent *X)
#endif
/*
- * The state machine is able to work in two phases. In the first
- * phase we get the size of property data, in the second we get
- * the actual data. We save a round-trip by requesting a prede-
- * termined amount of data in a single GetProperty and by discar-
- * ding the remaining part. This is not the optimal solution (we
- * could get the remaining part if it doesn't fit in a single
- * reply) but, at least with text, it should work in most situa-
- * tions.
+ * The state machine is able to work in two phases. In the
+ * first phase we get the size of property data, in the second
+ * we get the actual data. We save a round-trip by requesting
+ * a predetermined amount of data in a single GetProperty and
+ * by discar- ding the remaining part. This is not the optimal
+ * solution (we could get the remaining part if it doesn't fit
+ * in a single reply) but, at least with text, it should work
+ * in most situations.
*/
setClientSelectionStage(index, SelectionStageQueryData);