Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Feb 4, 2021
1 parent 408e337 commit a454071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func sieveFeatures(preSieve chan feature, postSieve chan feature, resolution flo
close(postSieve)
}

// multiPolygonSieve will split it self into the seperated polygons that will be sieved before building a new MULTIPOLYGON
// multiPolygonSieve will split it self into the separated polygons that will be sieved before building a new MULTIPOLYGON
func multiPolygonSieve(mp geom.MultiPolygon, resolution float64) geom.MultiPolygon {
var sievedMultiPolygon geom.MultiPolygon
for _, p := range mp {
Expand Down

0 comments on commit a454071

Please # to comment.