about summary refs log tree commit diff
path: root/converter/pgm/st4topgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pgm/st4topgm.c')
-rw-r--r--converter/pgm/st4topgm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pgm/st4topgm.c b/converter/pgm/st4topgm.c
index 8e4660a3..90be6b72 100644
--- a/converter/pgm/st4topgm.c
+++ b/converter/pgm/st4topgm.c
@@ -149,7 +149,7 @@ readFooter(FILE *             const ifP,
        109  10 Calibration factor
        119  73 Reserved
 
-       Note tha the footer is the same length as a raster row.
+       Note that the footer is the same length as a raster row.
     */
 
     bytesReadCt = fread(buffer, 1, sizeof(buffer), ifP);