mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments [part 9]
Fix various typos via codespell.
This commit is contained in:
@@ -172,7 +172,7 @@ IGESToBRep_IGESBoundary::IGESToBRep_IGESBoundary(const IGESToBRep_CurveAndSurfac
|
||||
GTranslate2d = Standard_False;
|
||||
|
||||
if (GTranslate3d && GTranslate2d) {
|
||||
//Setting preference in the case of inconsitency between 3D and 2D
|
||||
//Setting preference in the case of inconsistency between 3D and 2D
|
||||
if (myfilepreference == 2) Preferred3d = Standard_False;
|
||||
else if (myfilepreference == 3) Preferred2d = Standard_False;
|
||||
else Preferred3d = Standard_False;
|
||||
|
@@ -72,7 +72,7 @@ public:
|
||||
//! and may contain pcurves)
|
||||
Handle(ShapeExtend_WireData) WireData3d() const;
|
||||
|
||||
//! Returns the the wire from 2D curves (edges contain pcurves
|
||||
//! Returns the wire from 2D curves (edges contain pcurves
|
||||
//! only)
|
||||
Handle(ShapeExtend_WireData) WireData2d() const;
|
||||
|
||||
|
Reference in New Issue
Block a user