[X2Go-Commits] [nx-libs] 05/23: compext: fix spelling errors as reported by codespell
git-admin at x2go.org
git-admin at x2go.org
Sat Jun 16 15:30:47 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 781b8a057f1e4e83884c615a7014475cc85f018a
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Tue Apr 10 21:12:44 2018 +0200
compext: fix spelling errors as reported by codespell
---
nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c | 2 +-
nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h | 4 ++--
nx-X11/programs/Xserver/hw/nxagent/compext/Png.c | 4 ++--
nx-X11/programs/Xserver/hw/nxagent/compext/Z.c | 2 +-
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 7e560b3..230c9ab 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 a403843..c0259a9 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 b235e09..4570800 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 594269d..9bf59ea 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
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list