diff --git a/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h b/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h index b260b93b9f..01b364d621 100644 --- a/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h +++ b/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h @@ -400,7 +400,7 @@ namespace DGtal * Returns the ends of a unit segment corresponding * to the projection of a given signed linel. * - * @param aSurfel any signed surfel. + * @param aLinel any signed linel. * @return a pair of 2D points. */ std::pair getProjectedPointsFromLinel(SCell const& aLinel) const;