fix spelling
This commit is contained in:
parent
855d5be432
commit
4bdfdc712a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue