summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-07-01 23:35:16 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-01 23:35:16 +0000
commit7f3aa2882be5547d5308870bced554502ca4421c (patch)
tree4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/xml
parentBasque translation update (diff)
downloadinkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz
inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip
Fix various minor typos
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index b6a0df353..c32508eec 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -382,7 +382,7 @@ public:
/**
* @brief Remove all elements that not in src node
- * @param src The node to check for elemments into this node
+ * @param src The node to check for elements into this node
* @param key The attribute to use as the identity attribute
*/
virtual void cleanOriginal(Node *src, gchar const *key)=0;