diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-28 13:57:30 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-28 13:57:30 +0000 |
| commit | d3117487bcf047050642b80a3f46acd811947105 (patch) | |
| tree | 2e1d204fefe18c4d2e94053f71830a18bc4590e1 /src/uri-references.cpp | |
| parent | adding rotation transform (diff) | |
| parent | Fix calculation of miter limit. Implement 'miter-clip' line join. (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
