summaryrefslogtreecommitdiffstats
path: root/src/attribute-rel-util.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
commit4f1e34b47adaf4491bc56e0700235615904a1b1b (patch)
treea84c0669ca92128484f6314aebb16792996aeb96 /src/attribute-rel-util.cpp
parentAdd canvas flipping/rotation reset to the menu, improve strings (diff)
parentMisc. typos (diff)
downloadinkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.tar.gz
inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/attribute-rel-util.cpp')
-rw-r--r--src/attribute-rel-util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attribute-rel-util.cpp b/src/attribute-rel-util.cpp
index 5e770d4ae..42b6bebf2 100644
--- a/src/attribute-rel-util.cpp
+++ b/src/attribute-rel-util.cpp
@@ -309,7 +309,7 @@ bool sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib:
// First check if it is a presentation attribute. Presentation attributes can be applied to
// any element. At the moment, we are only going to check if it is a possibly useful
- // attribute. Note, we don't explicitely check against the list of elements where presentation
+ // attribute. Note, we don't explicitly check against the list of elements where presentation
// attributes are allowed (See SVG1.1 spec, Appendix M.2).
if( !SPAttributeRelCSS::findIfValid( attribute, element ) ) {