diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-03-21 10:42:18 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-03-21 10:42:18 +0000 |
| commit | 7605490d79cf0244db020654aa23610b2a0d83ea (patch) | |
| tree | 72f0125a182ed016ac856ddbc0766bf0195b1c82 /src/uri-references.cpp | |
| parent | take out the trash (diff) | |
| download | inkscape-7605490d79cf0244db020654aa23610b2a0d83ea.tar.gz inkscape-7605490d79cf0244db020654aa23610b2a0d83ea.zip | |
sp. fix seperate
(bzr r14021)
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); |
