From 8cbf978a7cdcaf772b6ff555fa9863d8a3a40097 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 3 Oct 2022 19:45:38 +0200 Subject: [PATCH] Part: [skip ci] fix typo --- src/Mod/Part/App/AppPartPy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/AppPartPy.cpp b/src/Mod/Part/App/AppPartPy.cpp index 07d816e0ab..2a9b4d7782 100644 --- a/src/Mod/Part/App/AppPartPy.cpp +++ b/src/Mod/Part/App/AppPartPy.cpp @@ -1347,7 +1347,7 @@ private: error = "Different point and parameter"; break; case BRepBuilderAPI_LineThroughIdenticPoints: - error = "Line through identic points"; + error = "Line through identical points"; break; } // Error