Fix various typos throughout the codebase (#13029)
* Fix various typos throughout the codebase * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -565,7 +565,7 @@ QVector<Data::MappedElement> Feature::getRelatedElements(App::DocumentObject* ob
|
||||
for (auto rit = src.rbegin(); idx >= 0 && rit != src.rend(); ++rit, --idx) {
|
||||
// TODO: shall we ignore source tag when comparing? It could cause
|
||||
// matching unrelated element, but it does help dealing with feature
|
||||
// reording in PartDesign::Body.
|
||||
// recording in PartDesign::Body.
|
||||
if (rit->second != source[idx].second) {
|
||||
++idx;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user