1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

@@ -620,7 +620,7 @@ void TDF_Label::ForgetFromNode (const TDF_LabelNodePtr& fromNode,
// The attribute has been modified in the current transaction.
// (It has at least one backup.) We don't restore the previous
// version before forgetting. It may generated a strange behaviour
// in case of forgetting, commiting, aborting...
// in case of forgetting, committing, aborting...
if (fromNode->Data()->NotUndoMode()) anAttribute->BeforeForget();
anAttribute->Forget(fromNode->Data()->Transaction());
}