From f5aea33548dd2de110c3d5286efe15a23a2a9819 Mon Sep 17 00:00:00 2001 From: Uwe Date: Fri, 4 Jun 2021 17:49:57 +0200 Subject: [PATCH] Update src/Mod/TechDraw/App/Cosmetic.cpp Co-authored-by: 0penBrain <48731257+0penBrain@users.noreply.github.com> --- src/Mod/TechDraw/App/Cosmetic.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mod/TechDraw/App/Cosmetic.cpp b/src/Mod/TechDraw/App/Cosmetic.cpp index 10fc61f8ff..dbb048f2ef 100644 --- a/src/Mod/TechDraw/App/Cosmetic.cpp +++ b/src/Mod/TechDraw/App/Cosmetic.cpp @@ -980,7 +980,7 @@ std::pair CenterLine::calcEndPoints(DrawViewPart bool CenterLine::Circulation(Base::Vector3d A, Base::Vector3d B, Base::Vector3d C) { - // the determinant of this matrix calculates the aread of a triangle, see + // the determinant of this matrix calculates the area of a triangle, see // https://en.wikipedia.org/wiki/Triangle#Using_coordinates // a 3x3 matrix would also do the job, but FC supports only 4x4 matrixes Base::Matrix4D CircMatrix( @@ -1687,4 +1687,3 @@ bool CosmeticVertex::restoreCosmetic(void) return result; } -