about summary refs log tree commit diff
path: root/converter/ppm/pc1toppm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/pc1toppm.c')
-rw-r--r--converter/ppm/pc1toppm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/pc1toppm.c b/converter/ppm/pc1toppm.c
index 5ba247e9..ec6678a4 100644
--- a/converter/ppm/pc1toppm.c
+++ b/converter/ppm/pc1toppm.c
@@ -170,7 +170,7 @@ writePpm(FILE *         const ofP,
            is represented by 4 shorts (16 bit integers).  The
            first is for Plane 0, the second for Plane 1, etc.  Each short
            contains the bits for that plane for each of the 16 columns,
-           arranged from most signficant bit to least in increasing column
+           arranged from most significant bit to least in increasing column
            number.
         */
         unsigned int col0ScreenIndex = cols/16*planes * row;