diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-07-29 21:49:38 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-07-29 21:49:38 -0500 |
commit | 233357ef0e27669e27e8d56babe2d109da79fb48 (patch) | |
tree | 25e242a3c835d67399b002bd88949fe955f3befa /pngget.c | |
parent | b9109e8254be038db9e2025dc00ddada9ee53de7 (diff) | |
download | libpng-233357ef0e27669e27e8d56babe2d109da79fb48.tar.gz |
[devel] Fixed some spelling and indentation.
Diffstat (limited to 'pngget.c')
-rw-r--r-- | pngget.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ static png_uint_32 ppi_from_ppm(png_uint_32 ppm) { #if 0 - /* The convertion is *(2.54/100), in binary (32 digits): + /* The conversion is *(2.54/100), in binary (32 digits): * .00000110100000001001110101001001 */ png_uint_32 t1001, t1101; |