File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/FoundationClasses/TKernel/NCollection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -668,7 +668,7 @@ public:
668668 return &p->ChangeValue ();
669669 }
670670
671- // ! ChangeFind returns mofifiable Item by Key. Raises if Key was not bound
671+ // ! ChangeFind returns modifiable Item by Key. Raises if Key was not bound
672672 TheItemType& ChangeFind (const TheKeyType& theKey)
673673 {
674674 DataMapNode* p = nullptr ;
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ public:
697697 return &p->ChangeValue ();
698698 }
699699
700- // ! ChangeFind returns mofifiable Item by Key. Raises if Key was not bound
700+ // ! ChangeFind returns modifiable Item by Key. Raises if Key was not bound
701701 TheItemType& ChangeFind (const TheKeyType& theKey)
702702 {
703703 OrderedDataMapNode* p = nullptr ;
You can’t perform that action at this time.
0 commit comments