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:
@@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user