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:
luzpaz
2024-03-18 17:54:30 -04:00
committed by GitHub
parent 65efff5765
commit 65cdbe3e89
17 changed files with 24 additions and 22 deletions

View File

@@ -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;