diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-09 14:37:28 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-05-14 19:38:17 +0000 |
| commit | 5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 (patch) | |
| tree | 083733a3701c229199a4bc22225f397cc26bedfd /src/object/uri-references.cpp | |
| parent | Fix bug embeding SVG as PNG (diff) | |
| download | inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.tar.gz inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.zip | |
Misc. typos
Found via `codespell` and `grep`
Diffstat (limited to 'src/object/uri-references.cpp')
| -rw-r--r-- | src/object/uri-references.cpp | 2 |
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; |
