Fix some typos (found by codespell)
[openjpeg.git] / src / bin / jp2 / convertpng.c
index b8378d35eb0fb2de308538fc148c4f17b1d90f27..385d8856ae0f365681f78e6c5f1844d5b60e133c 100644 (file)
@@ -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;