aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Image.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/Image.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/Image.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Image.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Image.c b/nx-X11/programs/Xserver/hw/nxagent/Image.c
index 7043f09b4..a5e19724b 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Image.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Image.c
@@ -189,8 +189,8 @@ int nxagentImageReformat(char *base, int nbytes, int bpp, int order)
{
/*
* This is used whenever we need to swap the image data.
- * If we got an image from a X server having a different
- * endianess, we will need to redormat the image to match
+ * If we got an image from an X server having a different
+ * endianness, we will need to reformat the image to match
* our own image-order so that ProcGetImage can return
* the expected format to the client.
*/
@@ -1157,9 +1157,9 @@ FIXME: Should use an unpack resource here.
/*
* We got the image data from the X client or
- * from the frame-buffer with our own endianess.
+ * from the frame-buffer with our own endianness.
* Byte swap the image data if the display has
- * a different endianess than our own.
+ * a different endianness than our own.
*/
if (nxagentImageNormalize(plainImage) != 0)