summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2015-10-24 13:30:32 +0200
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2015-10-24 13:30:32 +0200
commit3f1a7980a8d48eb21caa4bc7da74848121df64de (patch)
treeb37b6065f35aba8a6bfbdb0848a00103ec8e37f1 /examples
parent6f432b32a78026358111ba56581fe97383d5aad0 (diff)
fix typos
Credits go to the authors of 'codespell'.
Diffstat (limited to 'examples')
-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.