summaryrefslogtreecommitdiff
path: root/libtiff/tif_close.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2016-01-23 21:20:34 +0000
committerEven Rouault <even.rouault@spatialys.com>2016-01-23 21:20:34 +0000
commitcaf986e72315d95780fe74ca0035a5a35637e5de (patch)
tree13893022c40a2eb50e139e74f713271e834e1d71 /libtiff/tif_close.c
parenteb52becbb9c29a85edbf8acb6818b1e64a2994a0 (diff)
downloadlibtiff-git-caf986e72315d95780fe74ca0035a5a35637e5de.tar.gz
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
coming from GDAL internal libtiff
Diffstat (limited to 'libtiff/tif_close.c')
-rw-r--r--libtiff/tif_close.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/tif_close.c b/libtiff/tif_close.c
index b486fd71..a0cb6613 100644
--- a/libtiff/tif_close.c
+++ b/libtiff/tif_close.c
@@ -1,4 +1,4 @@
-/* $Id: tif_close.c,v 1.20 2015-12-06 10:51:14 erouault Exp $ */
+/* $Id: tif_close.c,v 1.21 2016-01-23 21:20:34 erouault Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -36,7 +36,7 @@
/**
* Auxiliary function to free the TIFF structure. Given structure will be
- * completetly freed, so you should save opened file handle and pointer
+ * completely freed, so you should save opened file handle and pointer
* to the close procedure in external variables before calling
* _TIFFCleanup(), if you will need these ones to close the file.
*