summaryrefslogtreecommitdiffstats
path: root/src/uri-references.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-09 19:15:52 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-09 19:15:52 +0000
commit106dc252ccf897afa2d000951abafb77e843f15f (patch)
tree87d1966cf35f9562b95e1b5dfb856b92a21f3ea7 /src/uri-references.cpp
parentupdate to trunk (diff)
parentCleaned up cmake files to build successfully on Linux. (diff)
downloadinkscape-106dc252ccf897afa2d000951abafb77e843f15f.tar.gz
inkscape-106dc252ccf897afa2d000951abafb77e843f15f.zip
update to trunk
(bzr r13973.1.11)
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);