summaryrefslogtreecommitdiff
path: root/libtiff/tif_zip.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2014-12-25 18:29:11 +0000
committerEven Rouault <even.rouault@spatialys.com>2014-12-25 18:29:11 +0000
commit5ecaadc951a9cb8d55d1dcf1cc99bda42b7db881 (patch)
tree86d605a85baff199ac74069941773df34ab8073d /libtiff/tif_zip.c
parent65577375d421d7dd27d7df4c7239f44902dbf939 (diff)
downloadlibtiff-git-5ecaadc951a9cb8d55d1dcf1cc99bda42b7db881.tar.gz
* libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fix
various typos found by Debian lintian tool (GDAL #5756)
Diffstat (limited to 'libtiff/tif_zip.c')
-rw-r--r--libtiff/tif_zip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/tif_zip.c b/libtiff/tif_zip.c
index f95fd049..22e9f35b 100644
--- a/libtiff/tif_zip.c
+++ b/libtiff/tif_zip.c
@@ -1,4 +1,4 @@
-/* $Id: tif_zip.c,v 1.32 2012-10-18 17:34:59 fwarmerdam Exp $ */
+/* $Id: tif_zip.c,v 1.33 2014-12-25 18:29:11 erouault Exp $ */
/*
* Copyright (c) 1995-1997 Sam Leffler
@@ -36,7 +36,7 @@
* of the library: this code assumes the 1.0 API and also depends on
* the ability to write the zlib header multiple times (one per strip)
* which was not possible with versions prior to 0.95. Note also that
- * older versions of this codec avoided this bug by supressing the header
+ * older versions of this codec avoided this bug by suppressing the header
* entirely. This means that files written with the old library cannot
* be read; they should be converted to a different compression scheme
* and then reconverted.