1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0033762: Documentation - Fix various typos found in codebase

This commit is contained in:
luzpaz
2024-07-14 10:19:44 -04:00
committed by GitHub
parent 5cf1003a66
commit 76df27830b
58 changed files with 69 additions and 68 deletions

View File

@@ -3306,7 +3306,7 @@ The following example illustrates how to use Common operation:
Standard_Real aFuzzyValue;
BRepAlgoAPI_Common aBuilder;
// perpare the arguments
// prepare the arguments
TopTools_ListOfShape& aLS=…;
TopTools_ListOfShape& aLT=…;
//
@@ -3373,7 +3373,7 @@ The following example illustrates how to use Fuse operation:
Standard_Real aFuzzyValue;
BRepAlgoAPI_Fuse aBuilder;
// perpare the arguments
// prepare the arguments
TopTools_ListOfShape& aLS=…;
TopTools_ListOfShape& aLT=…;
//
@@ -3440,7 +3440,7 @@ The following example illustrates how to use Cut operation:
Standard_Real aFuzzyValue;
BRepAlgoAPI_Cut aBuilder;
// perpare the arguments
// prepare the arguments
TopTools_ListOfShape& aLS=…;
TopTools_ListOfShape& aLT=…;
//
@@ -3508,7 +3508,7 @@ The following example illustrates how to use Section operation:
Standard_Real aFuzzyValue;
BRepAlgoAPI_Section aBuilder;
// perpare the arguments
// prepare the arguments
TopTools_ListOfShape& aLS=…;
TopTools_ListOfShape& aLT=…;
//