Fix typos

Found via codespell
This commit is contained in:
luzpaz
2025-01-28 18:28:15 -05:00
committed by Max Wilfinger
parent dfe670e1ae
commit 67c772553b
6 changed files with 13 additions and 13 deletions

View File

@@ -321,8 +321,8 @@ ShapeFinder::getGlobalTransform(const App::DocumentObject& rootObject, const std
}
//! trys to get the global position and scale for a object with no information about the path
//! through the tree from a root to cursor object.
//! tries to get the global position and scale for a object with no information about the
//! path through the tree from a root to cursor object.
std::pair<Base::Placement, Base::Matrix4D>
ShapeFinder::getGlobalTransform(const App::DocumentObject* cursorObject)
{