Commit 781b8a05 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

compext: fix spelling errors as reported by codespell

parent d5da7e76
...@@ -501,7 +501,7 @@ int NXSetDisplayBuffer(Display *dpy, int size) ...@@ -501,7 +501,7 @@ int NXSetDisplayBuffer(Display *dpy, int size)
/* /*
* If set, the Popen() function in the X server * 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() * the environment before calling the execl()
* function on the child process. * function on the child process.
*/ */
......
...@@ -103,7 +103,7 @@ extern int NXSetDisplayBuffer( ...@@ -103,7 +103,7 @@ extern int NXSetDisplayBuffer(
/* /*
* If set, the Popen() function in the X server * 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() * the environment before calling the execl()
* function on the child process. The function * function on the child process. The function
* returns the previous value. * returns the previous value.
...@@ -334,7 +334,7 @@ extern Status NXGetUnpackParameters( ...@@ -334,7 +334,7 @@ extern Status NXGetUnpackParameters(
* shared memory blocks. A MIT-SHM compliant protocol is used * shared memory blocks. A MIT-SHM compliant protocol is used
* between proxy and the real server, while a simplified * between proxy and the real server, while a simplified
* version is used between the agent and the client proxy to * 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( extern Status NXGetShmemParameters(
......
...@@ -258,7 +258,7 @@ char *PngCompressData(XImage *image, int *compressed_size) ...@@ -258,7 +258,7 @@ char *PngCompressData(XImage *image, int *compressed_size)
/* /*
* TODO: Be sure the padded bytes are cleaned. * TODO: Be sure the padded bytes are cleaned.
* It would be better to set to zero the bytes * 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. * at the end of the procedure.
*/ */
...@@ -491,7 +491,7 @@ char *PngCompressData(XImage *image, int *compressed_size) ...@@ -491,7 +491,7 @@ char *PngCompressData(XImage *image, int *compressed_size)
/* /*
* TODO: Be sure the padded bytes are cleaned. * TODO: Be sure the padded bytes are cleaned.
* It would be better to set to zero the bytes * 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. * at the end of the procedure.
*/ */
......
...@@ -261,7 +261,7 @@ int ZInitEncoder(void) ...@@ -261,7 +261,7 @@ int ZInitEncoder(void)
zStream -> opaque = (voidpf) 0; zStream -> opaque = (voidpf) 0;
#ifdef TEST #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); zCompressionLevel, zCompressionStrategy);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment