summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-28 17:55:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-28 17:56:09 +0100
commiteaa876e48695e7927563ee56a08e11acb0036e4a (patch)
treecd1529b2691bb43c3c4384b26fa31d602186ba0a /svgio
parentc923b15cd99672e5b93d1ab6314c66caa417c738 (diff)
typo in comment
Change-Id: I78a47d807ed9228fd6bc8d3dbbf038881a8d383b
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgimagenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgimagenode.cxx b/svgio/source/svgreader/svgimagenode.cxx
index 9cdb59afe9ba..39994a8fcaec 100644
--- a/svgio/source/svgreader/svgimagenode.cxx
+++ b/svgio/source/svgreader/svgimagenode.cxx
@@ -242,7 +242,7 @@ namespace svgio
aAbsUrl = rtl::Uri::convertRelToAbs(
rPath, maUrl);
} catch (rtl::MalformedUriException & e) {
- // Happens for the odd maUrl =
+ // Happens for the odd rPath =
// "vnd.sun.star.Package:Pictures/..." scheme
// using path components not starting with a
// slash by mis-design: