From 343f6f9c449e86c625628a4450eab610e3cf76f6 Mon Sep 17 00:00:00 2001
From: Christof Kraus <christof.j.kraus@gmail.com>
Date: Fri, 17 Jul 2020 15:00:42 +0200
Subject: [PATCH] correcting description of method

---
 src/Classic/AbsBeamline/ElementBase.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Classic/AbsBeamline/ElementBase.h b/src/Classic/AbsBeamline/ElementBase.h
index 2a8d5da5c..121089b1c 100644
--- a/src/Classic/AbsBeamline/ElementBase.h
+++ b/src/Classic/AbsBeamline/ElementBase.h
@@ -372,7 +372,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
-- 
GitLab