From 4c20bb789c7536f63a6844a4cb4489a18cee53c7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 31 Aug 2020 14:52:48 +0200 Subject: Fix typo Change-Id: I03dc9ad3ad496524efbbb2f1a48f76fb95d1bfc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101781 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svgio/source/svguno/xsvgparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svgio') 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; -- cgit