Skip to content

Commit edf83e5

Browse files
authored
Merge pull request slembcke#199 from timgates42/bugfix_typo_straight
docs: fix simple typo, straigt -> straight
2 parents 1d01b2a + 6899bc3 commit edf83e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/chipmunk/cpPolyline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CP_EXPORT cpPolyline *cpPolylineSimplifyCurves(cpPolyline *line, cpFloat tol);
2323

2424
/**
2525
Returns a copy of a polyline simplified by discarding "flat" vertexes.
26-
This works well on straigt edged or angular shapes, not as well on smooth shapes.
26+
This works well on straight edged or angular shapes, not as well on smooth shapes.
2727
*/
2828
CP_EXPORT cpPolyline *cpPolylineSimplifyVertexes(cpPolyline *line, cpFloat tol);
2929

objectivec/include/ObjectiveChipmunk/ChipmunkAutoGeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
/**
4949
Returns a copy of a polyline simplified by discarding "flat" vertexes.
50-
This works well on straigt edged or angular shapes, not as well on smooth shapes.
50+
This works well on straight edged or angular shapes, not as well on smooth shapes.
5151
*/
5252
-(ChipmunkPolyline *)simplifyVertexes:(cpFloat)tolerance;
5353

0 commit comments

Comments
 (0)