mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031939: Coding - correction of spelling errors in comments [part 6]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
Standard_EXPORT Draft_ErrorStatus Error() const;
|
||||
|
||||
//! Returns the shape (Face, Edge or Vertex) on which
|
||||
//! an error occured.
|
||||
//! an error occurred.
|
||||
Standard_EXPORT const TopoDS_Shape& ProblematicShape() const;
|
||||
|
||||
//! Returns all the faces which have been added
|
||||
@@ -145,7 +145,7 @@ public:
|
||||
//! <Tol> are not significant.
|
||||
//!
|
||||
//! <NewE> is the new edge created from <E>. <NewF>
|
||||
//! is the new face created from <F>. They may be usefull.
|
||||
//! is the new face created from <F>. They may be useful.
|
||||
Standard_EXPORT Standard_Boolean NewCurve2d (const TopoDS_Edge& E, const TopoDS_Face& F, const TopoDS_Edge& NewE, const TopoDS_Face& NewF, Handle(Geom2d_Curve)& C, Standard_Real& Tol) Standard_OVERRIDE;
|
||||
|
||||
//! Returns Standard_True if the Vertex <V> has a new
|
||||
|
Reference in New Issue
Block a user