summaryrefslogtreecommitdiff
path: root/examples/example_optimize_png.cpp
diff options
context:
space:
mode:
authorLode Vandevenne <lvandeve@users.noreply.github.com>2015-10-24 17:16:15 +0200
committerLode Vandevenne <lvandeve@users.noreply.github.com>2015-10-24 17:16:15 +0200
commit3b04aa3394b756157b8c67fa71955fe277e8defe (patch)
treeb37b6065f35aba8a6bfbdb0848a00103ec8e37f1 /examples/example_optimize_png.cpp
parent6f432b32a78026358111ba56581fe97383d5aad0 (diff)
parent3f1a7980a8d48eb21caa4bc7da74848121df64de (diff)
Merge pull request #21 from BenWiederhake/master
fix typos
Diffstat (limited to 'examples/example_optimize_png.cpp')
-rw-r--r--examples/example_optimize_png.cpp2
1 files changed, 1 insertions, 1 deletions
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.