[skip ci] [TD] fix a typo as reported by the CI

This commit is contained in:
Uwe
2023-01-09 15:47:40 +01:00
parent e5198ca7a1
commit 1ca527c6ad

View File

@@ -490,7 +490,7 @@ bool DrawPage::canUpdate() const
bool DrawPage::hasObject(App::DocumentObject* obj)
{
for (auto& outObj : getOutList()) {
//TODO: check if pointer comparision is reliable enough
//TODO: check if pointer comparison is reliable enough
if (outObj == obj) {
return true;
}