From 8229bcc580b92daf15919ef89ee30d87332e6758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Wed, 7 Dec 2011 23:03:14 +0100 Subject: [PATCH] fix typo --- src/feature_type_style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature_type_style.cpp b/src/feature_type_style.cpp index 6e5a04924..6dc0fe86b 100644 --- a/src/feature_type_style.cpp +++ b/src/feature_type_style.cpp @@ -40,7 +40,7 @@ feature_type_style::feature_type_style() feature_type_style::feature_type_style(feature_type_style const& rhs, bool deep_copy) : filter_mode_(rhs.filter_mode_), - scale_denom_valicity_(-1) + scale_denom_validity_(-1) { if (!deep_copy) { rules_ = rhs.rules_;