mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033766: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -774,7 +774,7 @@ public:
|
||||
//! Creates a new object which is a copy of this BSpline curve.
|
||||
Standard_EXPORT Handle(Geom_Geometry) Copy() const Standard_OVERRIDE;
|
||||
|
||||
//! Comapare two Bspline curve on identity;
|
||||
//! Compare two Bspline curve on identity;
|
||||
Standard_EXPORT Standard_Boolean IsEqual (const Handle(Geom_BSplineCurve)& theOther, const Standard_Real thePreci) const;
|
||||
|
||||
//! Dumps the content of me into the stream
|
||||
|
@@ -91,7 +91,7 @@ public:
|
||||
Standard_EXPORT void Translate (const gp_Pnt& P1, const gp_Pnt& P2);
|
||||
|
||||
|
||||
//! Transformation of a geometric object. This tansformation
|
||||
//! Transformation of a geometric object. This transformation
|
||||
//! can be a translation, a rotation, a symmetry, a scaling
|
||||
//! or a complex transformation obtained by combination of
|
||||
//! the previous elementaries transformations.
|
||||
|
Reference in New Issue
Block a user