lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.08k stars 425 forks source link

Typos in example programs #148

Closed hohMiyazawa closed 2 years ago

hohMiyazawa commented 3 years ago
  1. Two occurrences of "this samples" in example_encode.c and example_encode.cpp in a warning about overwriting files. This warning applies to all the examples, and should thus be "these samples".

  2. Two typos of "provide" and one swap of BMP/PNG, as noted in https://github.com/lvandeve/lodepng/issues/132

lvandeve commented 2 years ago

A bit late from my side, but thanks! :)