Fix various typos

This commit is contained in:
luzpaz
2023-09-07 15:20:00 +00:00
committed by wwmayer
parent 7f2076afb8
commit 4dbbe85c2b
5 changed files with 7 additions and 7 deletions

View File

@@ -751,7 +751,7 @@ void PropertyExpressionEngine::getPathsToDocumentObject(DocumentObject* obj,
bool PropertyExpressionEngine::depsAreTouched() const
{
for(auto &v : _Deps) {
// v.second inidcates if it is a hidden reference
// v.second indicates if it is a hidden reference
if(!v.second && v.first->isTouched())
return true;
}