fix spelling

This commit is contained in:
Dane Springmeyer 2016-09-02 11:07:23 -07:00
parent 855d5be432
commit 4bdfdc712a

View file

@ -136,7 +136,7 @@ struct geometry_has_empty
{
for (auto const& poly : multi_poly)
{
if (poly.empty() || poly.front().empty()) // no-rings OR exterioir is empty
if (poly.empty() || poly.front().empty()) // no-rings OR exterior is empty
{
return true;
}