From e3bdf0a1eff5c2d7c2c2cf8448c586d407835029 Mon Sep 17 00:00:00 2001 From: luz paz Date: Wed, 20 Jul 2022 19:24:28 -0400 Subject: [PATCH] Fix typos in Part and TechDraw workbenches [skip ci] --- src/Mod/Part/App/ShapeFix/ShapeFix_ShellPy.xml | 2 +- src/Mod/TechDraw/Gui/TaskSurfaceFinishSymbols.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Part/App/ShapeFix/ShapeFix_ShellPy.xml b/src/Mod/Part/App/ShapeFix/ShapeFix_ShellPy.xml index 0443561a37..76159957e0 100644 --- a/src/Mod/Part/App/ShapeFix/ShapeFix_ShellPy.xml +++ b/src/Mod/Part/App/ShapeFix/ShapeFix_ShellPy.xml @@ -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 diff --git a/src/Mod/TechDraw/Gui/TaskSurfaceFinishSymbols.h b/src/Mod/TechDraw/Gui/TaskSurfaceFinishSymbols.h index 9102a7216b..7750b2ed11 100644 --- a/src/Mod/TechDraw/Gui/TaskSurfaceFinishSymbols.h +++ b/src/Mod/TechDraw/Gui/TaskSurfaceFinishSymbols.h @@ -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;