From 80a2c7dafffb2e1b553028a505d96bd691a861e7 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Fri, 22 Apr 2022 11:53:31 +0200
Subject: [PATCH] [MaL] Fixed documentation

---
 MathLib/MathTools.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h
index 80a8377f56a..ad0d1d3d445 100644
--- a/MathLib/MathTools.h
+++ b/MathLib/MathTools.h
@@ -26,7 +26,7 @@ class Point3d;
  * \param pa first point of line
  * \param pb second point of line
  * \param lambda the projected point described by the line equation above
- * \param d0 distance to the line point a
+ * \param d0 distance of the projected point to line point a
  * \returns the distance between pp and the orthogonal projection of pp
  */
 double calcProjPntToLineAndDists(MathLib::Point3d const& pp,
-- 
GitLab