Skip to content

Commit

Permalink
Issue Oslandia#110: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcu888 committed Jun 15, 2020
1 parent 45b9fca commit 7495756
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/algorithm/extrude.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ struct NoValidityCheck;
* @brief Returns a Geometry equal to the specified Geometry,
* extruded by the specified displacement.
* @param g The specified Geometry.
* @param dx The component of the specified dispalcement in
* @param dx The component of the specified displacement in
* the x-direction.
* @param dy The component of the specified dispalcement in
* @param dy The component of the specified displacement in
* the y-direction.
* @param dz The component of the specified dispalcement in
* the z-direction.
Expand All @@ -64,11 +64,11 @@ SFCGAL_API std::unique_ptr< Geometry > extrude( const Geometry& g
* @brief Returns a Geometry equal to the specified Geometry,
* extruded by the specified displacement.
* @param g The specified Geometry.
* @param dx The component of the specified dispalcement in
* @param dx The component of the specified displacement in
* the x-direction.
* @param dy The component of the specified dispalcement in
* @param dy The component of the specified displacement in
* the y-direction.
* @param dz The component of the specified dispalcement in
* @param dz The component of the specified displacement in
* the z-direction.
* @param nvc A NoValidityCheck object.
* @return A Geometry equal to g extruded by the displacement
Expand All @@ -93,11 +93,11 @@ SFCGAL_API std::unique_ptr< Geometry > extrude( const Geometry& g
* @brief Returns a Geometry equal to the specified Geometry,
* extruded by the specified displacement.
* @param g The specified Geometry.
* @param dx The component of the specified dispalcement in
* @param dx The component of the specified displacement in
* the x-direction.
* @param dy The component of the specified dispalcement in
* @param dy The component of the specified displacement in
* the y-direction.
* @param dz The component of the specified dispalcement in
* @param dz The component of the specified displacement in
* the z-direction.
* @return A Geometry equal to g extruded by the displacement
* vector {dx, dy, dz}.
Expand All @@ -120,7 +120,7 @@ SFCGAL_API std::unique_ptr< Geometry > extrude( const Geometry& g
* @brief Returns a Geometry equal to the specified Geometry,
* extruded by the specified displacement vector.
* @param g The specified Geometry.
* @param v The specified dispalcement vector.
* @param v The specified displacement vector.
* @return A Geometry equal to g extruded by the displacement
* vector v.
* @pre g must be a valid geometry.
Expand Down

0 comments on commit 7495756

Please sign in to comment.