summaryrefslogtreecommitdiffstats
path: root/src/uri-references.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-28 13:57:30 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-28 13:57:30 +0000
commitd3117487bcf047050642b80a3f46acd811947105 (patch)
tree2e1d204fefe18c4d2e94053f71830a18bc4590e1 /src/uri-references.cpp
parentadding rotation transform (diff)
parentFix calculation of miter limit. Implement 'miter-clip' line join. (diff)
downloadinkscape-d3117487bcf047050642b80a3f46acd811947105.tar.gz
inkscape-d3117487bcf047050642b80a3f46acd811947105.zip
update to trunk
(bzr r13708.1.21)
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);