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 12]

Fix various typos via codespell.
This commit is contained in:
luz paz
2021-05-04 16:03:06 +03:00
committed by kgv
parent 2641792e45
commit 03ca365a6c
105 changed files with 259 additions and 277 deletions

View File

@@ -84,7 +84,7 @@ class TObjDRAW_Object : public TObj_Object
enum RefTag
{
RefTag_First = TObj_Object::RefTag_Last,
RefTag_Other, //!< here we test only one refrence to other
RefTag_Other, //!< here we test only one reference to other
RefTag_Last = RefTag_First + 100
};