X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fbin%2Fjp2%2Fconvertpng.c;h=385d8856ae0f365681f78e6c5f1844d5b60e133c;hb=667149ffa11f0255db92f522bc5b5fc8aefb16ec;hp=b8378d35eb0fb2de308538fc148c4f17b1d90f27;hpb=90481203a28d4d18052a07711d6d890ed1ab8c8a;p=openjpeg.git diff --git a/src/bin/jp2/convertpng.c b/src/bin/jp2/convertpng.c index b8378d35..385d8856 100644 --- a/src/bin/jp2/convertpng.c +++ b/src/bin/jp2/convertpng.c @@ -120,7 +120,7 @@ static opj_image_t * pngtoimage_internal(opj_cparameters_t * params, if (png_get_valid(png, info, PNG_INFO_tRNS)) { png_set_expand(png); } - /* We might wan't to expand background */ + /* We might want to expand background */ /* if(png_get_valid(png, info, PNG_INFO_bKGD)) { png_color_16p bgnd;