summaryrefslogtreecommitdiff
path: root/libtiff/tif_lzma.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2016-09-17 09:18:58 +0000
committerEven Rouault <even.rouault@spatialys.com>2016-09-17 09:18:58 +0000
commitb7ec5fe89cc799fec4d88b198ff3541fe50350d0 (patch)
tree2ef514a27b5f49ee5b68a79847a95ad0ceb870e8 /libtiff/tif_lzma.c
parent4fd5fe674a7f3bffba1e3bac02d24059c7dc3789 (diff)
downloadlibtiff-git-b7ec5fe89cc799fec4d88b198ff3541fe50350d0.tar.gz
* libtiff/tif_lzma.c: typo fix in comment
Diffstat (limited to 'libtiff/tif_lzma.c')
-rw-r--r--libtiff/tif_lzma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/tif_lzma.c b/libtiff/tif_lzma.c
index 0d2fd77a..80fc3942 100644
--- a/libtiff/tif_lzma.c
+++ b/libtiff/tif_lzma.c
@@ -1,4 +1,4 @@
-/* $Id: tif_lzma.c,v 1.5 2016-01-23 21:20:34 erouault Exp $ */
+/* $Id: tif_lzma.c,v 1.6 2016-09-17 09:18:59 erouault Exp $ */
/*
* Copyright (c) 2010, Andrey Kiselev <dron@ak4719.spb.edu>
@@ -490,6 +490,6 @@ bad:
"No space for LZMA2 state block");
return 0;
}
-#endif /* LZMA_SUPORT */
+#endif /* LZMA_SUPPORT */
/* vim: set ts=8 sts=8 sw=8 noet: */