From 3f1a7980a8d48eb21caa4bc7da74848121df64de Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 24 Oct 2015 13:30:32 +0200 Subject: fix typos Credits go to the authors of 'codespell'. --- examples/example_optimize_png.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/example_optimize_png.cpp b/examples/example_optimize_png.cpp index ecf25cf..d64c7f2 100644 --- a/examples/example_optimize_png.cpp +++ b/examples/example_optimize_png.cpp @@ -25,7 +25,7 @@ freely, subject to the following restrictions: /* This example saves the PNG with the best compression LodePNG can do, and with -unnecesary chunks removed. It tries out several combinations of settings and +unnecessary chunks removed. It tries out several combinations of settings and keeps the smallest one. NOTE: This is not as good as a true PNG optimizer like optipng or pngcrush. -- cgit v1.2.3