summaryrefslogtreecommitdiffstats
path: root/src/object/uri-references.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/uri-references.cpp')
-rw-r--r--src/object/uri-references.cpp2
1 files changed, 1 insertions, 1 deletions
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<SPObject *> 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;