Skip to content

Commit

Permalink
Part: [skip ci] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 3, 2022
1 parent 8db7ee1 commit 8cbf978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/AppPartPy.cpp
Expand Up @@ -1347,7 +1347,7 @@ class Module : public Py::ExtensionModule<Module>
error = "Different point and parameter";
break;
case BRepBuilderAPI_LineThroughIdenticPoints:
error = "Line through identic points";
error = "Line through identical points";
break;
}
// Error
Expand Down

0 comments on commit 8cbf978

Please sign in to comment.