1
0
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 11]

Fix various typos via codespell.
This commit is contained in:
luz paz
2021-05-04 13:56:47 +03:00
committed by kgv
parent 43d09575e1
commit 2641792e45
20 changed files with 126 additions and 602 deletions

View File

@@ -58,7 +58,7 @@ public:
const Handle(V3d_View)& ActiveView() const { return myView; }
//! Interactive context.
const Handle(AIS_InteractiveContext)& AisContex() const { return myContext; }
const Handle(AIS_InteractiveContext)& AisContext() const { return myContext; }
//! Invalidate active viewer.
void Invalidate()