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 [part 8]

Fix various typos

Fixed via codespell v2.1.dev
This commit is contained in:
luz paz
2021-02-01 12:52:47 +03:00
committed by bugmaster
parent 8df3104cd2
commit 4551e1be75
110 changed files with 219 additions and 225 deletions

View File

@@ -737,7 +737,7 @@ BRepCheck_Status BRepCheck_Shell::Orientation(const Standard_Boolean Update)
orf = (TopAbs_Orientation)MapOfShapeOrientation.Find(Fcur);
Fcur.Orientation(orf);
std::cout << " Error : this face has been already examined " << std::endl;
std::cout << " Imposible to return it ";
std::cout << " Impossible to return it ";
PrintShape(Fcur, MapOfShapeOrientation.NbBuckets());
}
#endif