From 5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 9 May 2018 10:37:28 -0400 Subject: Misc. typos Found via `codespell` and `grep` --- src/object/uri-references.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/uri-references.cpp') diff --git a/src/object/uri-references.cpp b/src/object/uri-references.cpp index faa3d38d9..43dc996df 100644 --- a/src/object/uri-references.cpp +++ b/src/object/uri-references.cpp @@ -69,7 +69,7 @@ bool URIReference::_acceptObject(SPObject *obj) const // we go back following hrefList and parent to find if the object already references ourselves indirectly std::set done; SPObject *owner = getOwner(); - //allow LPE as owner has any URI atached + //allow LPE as owner has any URI attached if (!owner || IS_LIVEPATHEFFECT(owner)) return true; -- cgit v1.2.3