Fix typos in Part and TechDraw workbenches

[skip ci]
This commit is contained in:
luz paz
2022-07-20 19:24:28 -04:00
committed by wwmayer
parent b726941073
commit e3bdf0a1ef
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ Modes :
isAccountMultiConex - mode for account cases of multiconnexity.
If this mode is equal to Standard_True, separate shells will be created
in the cases of multiconnexity. If this mode is equal to Standard_False,
one shell will be created without account of multiconnexity.By defautt - Standard_True;
one shell will be created without account of multiconnexity. By default - Standard_True;
NonManifold - mode for creation of non-manifold shells.
If this mode is equal to Standard_True one non-manifold will be created from shell
contains multishared edges. Else if this mode is equal to Standard_False only

View File

@@ -56,7 +56,7 @@ class ViewProviderViewPart;
class Ui_TaskSurfaceFinishSymbols;
class SvgString
// Class to reate a SVG as a string
// Class to create an SVG as a string
{
std::stringstream svgStream;