1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0031939: Coding - correction of spelling errors in comments

Fix various typos

Fixed via `codespell v2.0.dev`
This commit is contained in:
luz paz
2020-11-13 10:46:02 -05:00
committed by bugmaster
parent 81ff49158a
commit 21c7c45701
262 changed files with 488 additions and 488 deletions

View File

@@ -357,7 +357,7 @@ static Standard_Integer checksection(Draw_Interpretor& di,
//=======================================================================
//function : checkdiff
//purpose : Checks the differences beetween a result and his arguments
//purpose : Checks the differences between a result and his arguments
//=======================================================================
static Standard_Integer checkdiff(Draw_Interpretor& di,
Standard_Integer narg, const char** a)
@@ -1751,7 +1751,7 @@ void BRepTest::CheckCommands(Draw_Interpretor& theCommands)
g);
theCommands.Add("checkdiff",
"checks the validity of the diff beetween the shapes arg1..argn and result :\n checkdiff arg1 [arg2..argn] result [closedSolid (1/0)] [geomCtrl (1/0)]",
"checks the validity of the diff between the shapes arg1..argn and result :\n checkdiff arg1 [arg2..argn] result [closedSolid (1/0)] [geomCtrl (1/0)]",
__FILE__,
checkdiff,
g);

View File

@@ -358,7 +358,7 @@ static void reportOffsetState(Draw_Interpretor& theCommands,
{
case BRepOffset_NoError:
{
theCommands << "OK. Offset performed succesfully.";
theCommands << "OK. Offset performed successfully.";
break;
}
case BRepOffset_BadNormalsOnGeometry: