Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Nov 28, 2024
1 parent 1bef17f commit dd0fdc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/geos/geom/Envelope.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ class GEOS_DLL Envelope {
* Tests if the region defined by other
* is disjoint from the region of this Envelope
*
* @param other the Envelope being checked for disjointness
* @param other the Envelope being checked for disjointedness
* @return true if the Envelopes are disjoint
*/
bool disjoint(const Envelope& other) const
Expand Down
2 changes: 1 addition & 1 deletion src/operation/buffer/BufferBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ BufferBuilder::buffer(const Geometry* g, double distance)
std::vector< std::unique_ptr<Geometry> > geoms_to_delete;
for ( size_t i=0, n=g->getNumGeometries(); i<n; ++i )
{
// BufferBuilder class cannot be re-used, so
// BufferBuilder class cannot be reused, so
// we create a new one for each subgeom
BufferBuilder subbuilder(bufParams);
const Geometry *subgeom = g->getGeometryN(i);
Expand Down
2 changes: 1 addition & 1 deletion web/content/project/coc.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ To privately email the code of conduct committee leadership use conduct-report@o

## Credits

GEOS re-uses the [OSGeo Code of Conduct](https://www.osgeo.org/resources/osgeo-code-of-conduct/)
GEOS reuses the [OSGeo Code of Conduct](https://www.osgeo.org/resources/osgeo-code-of-conduct/)

0 comments on commit dd0fdc5

Please # to comment.