diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2024-06-02 17:01:57 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2024-06-02 17:01:57 +0200 |
commit | f04500206dd5b1a570db5a59867e003280d89017 (patch) | |
tree | b0d3bb7ad0f6631375797b30f53c7b19480f50f3 | |
parent | 924ace04f3dd7daea14a667f09c538ba3e0f2345 (diff) | |
download | nx-libs-f04500206dd5b1a570db5a59867e003280d89017.tar.gz nx-libs-f04500206dd5b1a570db5a59867e003280d89017.tar.bz2 nx-libs-f04500206dd5b1a570db5a59867e003280d89017.zip |
Screen.c: fix comment
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c index ac62b3d7a..0b2fb8bc1 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c @@ -662,8 +662,8 @@ void nxagentInitViewportFrame(ScreenPtr pScreen, WindowPtr pRootWin) } /* - * It is not necessary create the windows on the real X server. But this - * windows are not visible. Create them it is not a great effort, and avoids + * It is not necessary create the windows on the real X server. But these + * windows are not visible. Create them, it is not a great effort, and avoids * many errors. * * nxagentScreenTrap = True; |