diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-04-10 21:12:44 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-24 09:04:01 +0200 |
commit | 781b8a057f1e4e83884c615a7014475cc85f018a (patch) | |
tree | 4851eec94f4eda8796efd219a564d3175a83e0b7 /nx-X11/programs/Xserver/hw/nxagent/compext/Png.c | |
parent | d5da7e76f5de27f649ef91b0b0cca4600d26620f (diff) | |
download | nx-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/Png.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/compext/Png.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |