diff --git a/src/Classic/AbsBeamline/ElementBase.h b/src/Classic/AbsBeamline/ElementBase.h index 0cff48b45f025d68ccebbccb3e1a4ad8fcf974bc..2f15a4588c8acf9454ee1a079dc5e13faab9df5c 100644 --- a/src/Classic/AbsBeamline/ElementBase.h +++ b/src/Classic/AbsBeamline/ElementBase.h @@ -371,7 +371,7 @@ public: /*! Computes the intersection point between a bounding box and the ray which * has the direction 'direction' and starts at the position 'position'. If * the position is inside the box then the algorithm should find an inter- - * section point should be found. + * section point. * * @param position the position where the ray starts * @param direction the direction of the ray