diff options
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index ba26f0915..bb4907393 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -1448,7 +1448,7 @@ static void transferSelectionFromXServer(int index, int resource) } else { - /* Collect the property and store ist with index "resource" d */ + /* Collect the property and store it with index "resource" */ result = NXCollectProperty(nxagentDisplay, free_resource, serverWindow, |