[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 ae1911e038
commit 1ddd8b8a92

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