summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svguno/xsvgparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 5abaea5e099d..511640e6f6d7 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -80,7 +80,7 @@ namespace svgio::svgreader
{
try
{
- // prepare ParserInputSrouce
+ // prepare ParserInputSource
xml::sax::InputSource myInputSource;
myInputSource.aInputStream = xSVGStream;