From 4d159a39002b80d38611fa91e249d9b942dfada2 Mon Sep 17 00:00:00 2001 From: Blake Thompson Date: Thu, 4 Dec 2014 18:13:11 -0500 Subject: [PATCH] fixin' okie spelling --- include/mapnik/tiff_io.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/tiff_io.hpp b/include/mapnik/tiff_io.hpp index 346c8f371..bbd6e11aa 100644 --- a/include/mapnik/tiff_io.hpp +++ b/include/mapnik/tiff_io.hpp @@ -251,7 +251,7 @@ struct tag_setter : public mapnik::util::static_visitor<> void set_tiff_config(TIFF* output, tiff_config & config) { - // Set some constent tiff information that doesn't vary based on type of data + // Set some constant tiff information that doesn't vary based on type of data // or image size TIFFSetField(output, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG);