diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-10 18:57:54 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-10 18:57:54 +0000 |
| commit | dc6c4dc337aa2ad766cada2eb06fe4c186a89d14 (patch) | |
| tree | 3fc8d3fd109b7c89751183b8be880e856be5ff34 /src/rdf.cpp | |
| parent | Merge branch 'master' into powerpencil (diff) | |
| parent | Removing regects (diff) | |
| download | inkscape-dc6c4dc337aa2ad766cada2eb06fe4c186a89d14.tar.gz inkscape-dc6c4dc337aa2ad766cada2eb06fe4c186a89d14.zip | |
Merge branch 'master' into powerpencil
Diffstat (limited to 'src/rdf.cpp')
| -rw-r--r-- | src/rdf.cpp | 4 |
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)) { |
