about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/parse_huff.pl
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ppmtompeg/parse_huff.pl')
-rw-r--r--converter/ppm/ppmtompeg/parse_huff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/parse_huff.pl b/converter/ppm/ppmtompeg/parse_huff.pl
index 1fc6466c..633e5877 100644
--- a/converter/ppm/ppmtompeg/parse_huff.pl
+++ b/converter/ppm/ppmtompeg/parse_huff.pl
@@ -51,7 +51,7 @@
 #    composed of 1, 0, space, and 's'.  Spaces are ignored, and
 #    s corresponds to the sign bit.  In the output of this program,
 #    We'll completely right-shift the data, with a 0 for the sign
-#    bit.  The encoder will make appropriate changes before outputing.
+#    bit.  The encoder will make appropriate changes before outputting.
 
 
 open(HUFFC, "> huff.c") || die "Can't write huff.c: $!\n";