0031939: Coding - correction of spelling errors in comments [part 8]

Fix various typos

Fixed via codespell v2.1.dev
This commit is contained in:
luz paz
2021-02-01 12:52:47 +03:00
committed by bugmaster
parent 8df3104cd2
commit 4551e1be75
110 changed files with 219 additions and 225 deletions
@@ -60,10 +60,10 @@ public:
//! Sets the text position
Standard_EXPORT void SetPointText (const gp_Pnt& thePnt);
//! Returns a tesselated annotation if specified
//! Returns a tessellated annotation if specified
const TopoDS_Shape& GetPresentation() const { return myPresentation; }
//! Sets a tesselated annotation
//! Sets a tessellated annotation
Standard_EXPORT void SetPresentation (const TopoDS_Shape& thePresentation);
//! Resets data to the state after calling the default constructor