diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-03-29 23:43:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-08 08:23:36 +0200 |
commit | 31c456bf358ea3bb87419aa0bcacd956b3e91e90 (patch) | |
tree | 921743f4aafcf3077301d6048a3f1d240913e81e /nx-X11 | |
parent | 555cbcb325887b3e19bf7ffc3890f60485681e54 (diff) | |
download | nx-libs-31c456bf358ea3bb87419aa0bcacd956b3e91e90.tar.gz nx-libs-31c456bf358ea3bb87419aa0bcacd956b3e91e90.tar.bz2 nx-libs-31c456bf358ea3bb87419aa0bcacd956b3e91e90.zip |
Composite.c: fix comment
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Composite.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Composite.c b/nx-X11/programs/Xserver/hw/nxagent/Composite.c index 745696219..7cecd3490 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Composite.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Composite.c @@ -140,10 +140,10 @@ void nxagentRedirectDefaultWindows(void) /* * When trying to redirect only the top level window, and not the - * subwindows, we incur in a strange be- haviour. The top level is - * unmapped, mapped, unmap- ped and then reparented. This at first + * subwindows, we incur in a strange behaviour. The top level is + * unmapped, mapped, unmapped and then reparented. This at first * makes the agent think that the window manager is gone, then the - * agent window disappears. To make thinks even more weird, this + * agent window disappears. To make things even more weird, this * happens only at reconnection. */ |