summaryrefslogtreecommitdiffstats
path: root/src/rdf.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:55:26 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:56:38 +0000
commit7aacbbee8e7d24a601f576ddbeb68dc164902336 (patch)
tree3e05299dac3316d107382efcf217e404fd0e6305 /src/rdf.cpp
parentFixes to Filter Dialog (diff)
parentMisc. typos (diff)
downloadinkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.tar.gz
inkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.zip
Merge branch 'luzpaz/inkscape-typos' (!119)
Diffstat (limited to 'src/rdf.cpp')
-rw-r--r--src/rdf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rdf.cpp b/src/rdf.cpp
index 938dc60c6..c70c32e51 100644
--- a/src/rdf.cpp
+++ b/src/rdf.cpp
@@ -1100,7 +1100,7 @@ struct rdf_license_t *RDFImpl::getLicense(SPDocument *document)
return license_by_uri;
}
else if (license_by_uri != NULL) {
- // Only cc:license property, set structure for backward compatiblity
+ // Only cc:license property, set structure for backward compatibility
setLicense(document, license_by_uri);
return license_by_uri;
@@ -1224,7 +1224,7 @@ void rdf_add_from_preferences(SPDocument *doc)
return;
}
- // If there is already some metadata in the doc (from a template) dont add default metadata
+ // If there is already some metadata in the doc (from a template) don't add default metadata
for (struct rdf_work_entity_t *entity = rdf_work_entities; entity && entity->name; entity++) {
if ( entity->editable == RDF_EDIT_GENERIC &&
rdf_get_work_entity (doc, entity)) {