From fdcf6df915753e6cbbd064157a73cc8a2a5a346e Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sat, 21 Nov 2015 19:02:00 +0100 Subject: [PATCH] typo --- .../algorithms/detail/overlay/append_no_dups_or_spikes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp b/include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp index 285edfdd6..03c06c28d 100644 --- a/include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp @@ -72,7 +72,7 @@ inline void append_no_dups_or_spikes(Range& range, Point const& point, << geometry::get<0>(point) << ", " << geometry::get<1>(point) << ")" << std::endl; #endif - // The code below thies condition checks all spikes/dups + // The code below this condition checks all spikes/dups // for geometries >= 3 points. // So we have to check the first potential duplicate differently if (boost::size(range) == 1