summaryrefslogtreecommitdiff
path: root/tools/tiffinfo.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2018-02-24 21:47:52 +0100
committerStefan Weil <sw@weilnetz.de>2018-02-24 21:47:52 +0100
commit642b8f998e80b7d2078a9a75dde678a48ada3ad8 (patch)
treef660ce4322b6259b1e9b308edc53825b1bb2b140 /tools/tiffinfo.c
parentcad3e7d8754954becc7bd991049a4e79b334ed27 (diff)
downloadlibtiff-git-642b8f998e80b7d2078a9a75dde678a48ada3ad8.tar.gz
Fix some typos
Most of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'tools/tiffinfo.c')
-rw-r--r--tools/tiffinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tiffinfo.c b/tools/tiffinfo.c
index aecbb91a..049e3a34 100644
--- a/tools/tiffinfo.c
+++ b/tools/tiffinfo.c
@@ -84,7 +84,7 @@ main(int argc, char* argv[])
break;
case 'd':
showdata++;
- /* fall thru... */
+ /* fall through... */
case 'D':
readdata++;
break;