Skip to content

Commit

Permalink
TINSEL: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed May 8, 2022
1 parent 36d4376 commit acf7085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tinsel/polygons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ void FindBestPoint(HPOLYGON hp, int *x, int *y, int *pline) {
}

/**
* Returns TRUE if two paths are asdjacent.
* Returns TRUE if two paths are adjacent.
*/
bool IsAdjacentPath(HPOLYGON hPath1, HPOLYGON hPath2) {
const POLYGON *pp1, *pp2;
Expand Down

0 comments on commit acf7085

Please sign in to comment.