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 3]
Fix various typos Fixed via `codespell v2.1.dev0`
This commit is contained in:
@@ -905,7 +905,7 @@ The following steps are performed:
|
||||
while (expFace.More()) {
|
||||
//Draw the current face.
|
||||
DrawFaceIsos(TopoDS::Face(expFace.Current()),nbIsos,FaceIsoColor);
|
||||
// Explore the edges ofthe face.
|
||||
// Explore the edges of the face.
|
||||
TopExp_Explorer expEdge(expFace.Current(),TopAbs_EDGE);
|
||||
while (expEdge.More()) {
|
||||
//Increment the face count for this edge.
|
||||
|
Reference in New Issue
Block a user