aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/compext
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-04-10 21:12:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:01 +0200
commit781b8a057f1e4e83884c615a7014475cc85f018a (patch)
tree4851eec94f4eda8796efd219a564d3175a83e0b7 /nx-X11/programs/Xserver/hw/nxagent/compext
parentd5da7e76f5de27f649ef91b0b0cca4600d26620f (diff)
downloadnx-libs-781b8a057f1e4e83884c615a7014475cc85f018a.tar.gz
nx-libs-781b8a057f1e4e83884c615a7014475cc85f018a.tar.bz2
nx-libs-781b8a057f1e4e83884c615a7014475cc85f018a.zip
compext: fix spelling errors as reported by codespell
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/compext')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c2
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h4
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/compext/Png.c4
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/compext/Z.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c b/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
index 7e560b3f0..230c9abae 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
@@ -501,7 +501,7 @@ int NXSetDisplayBuffer(Display *dpy, int size)
/*
* If set, the Popen() function in the X server
- * wil remove the LD_LIBRARY_PATH variable from
+ * will remove the LD_LIBRARY_PATH variable from
* the environment before calling the execl()
* function on the child process.
*/
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h b/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h
index a40384398..c0259a939 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h
@@ -103,7 +103,7 @@ extern int NXSetDisplayBuffer(
/*
* If set, the Popen() function in the X server
- * wil remove the LD_LIBRARY_PATH variable from
+ * will remove the LD_LIBRARY_PATH variable from
* the environment before calling the execl()
* function on the child process. The function
* returns the previous value.
@@ -334,7 +334,7 @@ extern Status NXGetUnpackParameters(
* shared memory blocks. A MIT-SHM compliant protocol is used
* between proxy and the real server, while a simplified
* version is used between the agent and the client proxy to
- * accomodate both packed images and plain X bitmaps.
+ * accommodate both packed images and plain X bitmaps.
*/
extern Status NXGetShmemParameters(
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Png.c b/nx-X11/programs/Xserver/hw/nxagent/compext/Png.c
index b235e095e..457080032 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/compext/Png.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Png.c
@@ -258,7 +258,7 @@ char *PngCompressData(XImage *image, int *compressed_size)
/*
* TODO: Be sure the padded bytes are cleaned.
* It would be better to set to zero the bytes
- * that are not alligned to the word boundary
+ * that are not aligned to the word boundary
* at the end of the procedure.
*/
@@ -491,7 +491,7 @@ char *PngCompressData(XImage *image, int *compressed_size)
/*
* TODO: Be sure the padded bytes are cleaned.
* It would be better to set to zero the bytes
- * that are not alligned to the word boundary
+ * that are not aligned to the word boundary
* at the end of the procedure.
*/
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c b/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
index 594269dbe..9bf59eaf2 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
@@ -261,7 +261,7 @@ int ZInitEncoder(void)
zStream -> opaque = (voidpf) 0;
#ifdef TEST
- fprintf(stderr, "******ZInitEncoder: Initializing compressor with level [%d] and startegy [%d].\n",
+ fprintf(stderr, "******ZInitEncoder: Initializing compressor with level [%d] and strategy [%d].\n",
zCompressionLevel, zCompressionStrategy);
#endif