1
0
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:
luzpaz
2024-07-15 11:57:52 -04:00
committed by GitHub
parent 76df27830b
commit d51eb087ab
94 changed files with 137 additions and 137 deletions

View File

@@ -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

View File

@@ -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.