From 17a60d312115172367695a989b56fc2418ef068e Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 11 Jul 2017 13:15:14 -0400 Subject: [PATCH] CAM: typo --- src/Mod/Cam/App/Approx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Cam/App/Approx.h b/src/Mod/Cam/App/Approx.h index 756a9eaf29..91c6f0c998 100644 --- a/src/Mod/Cam/App/Approx.h +++ b/src/Mod/Cam/App/Approx.h @@ -115,7 +115,7 @@ private: std::vector UnparamZ; std::vector mapper; - /** @brief List of indicies of the boundary points*/ + /** @brief List of indices of the boundary points*/ std::list< std::vector > BoundariesIndex; /** @brief List of point-coordinates of the boundary points*/ std::list< std::vector > BoundariesPoints;