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 4]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
//! Returns number of pcurves assigned to current edge.
|
||||
Standard_EXPORT virtual Standard_Integer PCurvesNb () const = 0;
|
||||
|
||||
//! Adds discrete pcurve for the specifed discrete face.
|
||||
//! Adds discrete pcurve for the specified discrete face.
|
||||
Standard_EXPORT virtual const IMeshData::IPCurveHandle& AddPCurve (
|
||||
const IMeshData::IFacePtr& theDFace,
|
||||
const TopAbs_Orientation theOrientation) = 0;
|
||||
|
Reference in New Issue
Block a user