summaryrefslogtreecommitdiff
path: root/pngdetail.cpp
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 /pngdetail.cpp
parent6f432b32a78026358111ba56581fe97383d5aad0 (diff)
fix typos
Credits go to the authors of 'codespell'.
Diffstat (limited to 'pngdetail.cpp')
-rw-r--r--pngdetail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngdetail.cpp b/pngdetail.cpp
index e812a42..af958f7 100644
--- a/pngdetail.cpp
+++ b/pngdetail.cpp
@@ -63,7 +63,7 @@ struct Options
bool show_filters; //show the PNG filter of each scanline (not supported for interlaced PNGs currently)
bool zlib_info; //show basic zlib info
bool zlib_blocks; //show type, tree info, code length summaries and sizes for each zlib block
- bool zlib_counts; //in addition to the zlib_blocks info, show counts of occurances all symbols
+ bool zlib_counts; //in addition to the zlib_blocks info, show counts of occurrences all symbols
bool zlib_full; //in addition to the zlib_blocks info, show all symbols, one per line (huge output)
bool use_hex; //show some sizes or positions in hexadecimal