aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Screen.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-04-10 21:11:57 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:01 +0200
commit170416d26e885d4a6544a214b078162a0883bd94 (patch)
tree8755266a05480578921fd74f613babffaf32dd3e /nx-X11/programs/Xserver/hw/nxagent/Screen.c
parent94f7ce7d17e4d537211b6a344c4e9e0e467e1d0e (diff)
downloadnx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.gz
nx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.bz2
nx-libs-170416d26e885d4a6544a214b078162a0883bd94.zip
hw/nxagent: fix spelling errors as reported by codespell
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Screen.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Screen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
index 27398474a..675389705 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -236,7 +236,7 @@ void nxagentSetScreenInfo(ScreenInfo *screenInfo)
* server this stuff is done after having opened the
* real display as Xnest lets the screen reflect the
* order of the remote end. Agent will instead set
- * the order according to local endianess and swap
+ * the order according to local endianness and swap
* data whenever it is appropriate.
*
* From a standard implementation:
@@ -329,7 +329,7 @@ void nxagentMaximizeToFullScreen(ScreenPtr pScreen)
/*
FIXME: We'll check for ReparentNotify and LeaveNotify events after XReparentWindow()
in order to avoid the session window is iconified.
- We could avoid the sesssion window is iconified when a LeaveNotify event is received,
+ We could avoid the session window is iconified when a LeaveNotify event is received,
so this check would be unnecessary.
*/
struct timeval timeout;
@@ -4012,7 +4012,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
/*
* Convert old RANDR 1.0 data (if any) to current structure. This
* is needed once at the first run of this function. If we don't
- * do this here it will be done implicitely later and add mode(s) to
+ * do this here it will be done implicitly later and add mode(s) to
* our crtc(s)!
*/
rrgetinfo = RRGetInfo(pScreen, FALSE);