summaryrefslogtreecommitdiffstats
path: root/src/uri-references.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-10 22:54:49 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-10 22:54:49 +0000
commit1df5d1b28c59070eeabeac749e2fad0ceb6a781d (patch)
tree544be4e0eb7b62bc1fc5f62e2829ad996027acda /src/uri-references.cpp
parentFix coding style issues in transform by two points LPE (diff)
parentadded info about multiple pen feature in gui (diff)
downloadinkscape-1df5d1b28c59070eeabeac749e2fad0ceb6a781d.tar.gz
inkscape-1df5d1b28c59070eeabeac749e2fad0ceb6a781d.zip
update to trunk
(bzr r13879.1.16)
Diffstat (limited to 'src/uri-references.cpp')
-rw-r--r--src/uri-references.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri-references.cpp b/src/uri-references.cpp
index b23bed74a..2518c173e 100644
--- a/src/uri-references.cpp
+++ b/src/uri-references.cpp
@@ -65,7 +65,7 @@ void URIReference::attach(const URI &uri) throw(BadURIException)
skip = true;
}
- // The path contains references to seperate document files to load.
+ // The path contains references to separate document files to load.
if(document && uri.getPath() && !skip ) {
std::string base = document->getBase() ? document->getBase() : "";
std::string path = uri.getFullPath(base);