summaryrefslogtreecommitdiffstats
path: root/svgio/source/svgreader/svgstylenode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgstylenode.cxx')
-rw-r--r--svgio/source/svgreader/svgstylenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgstylenode.cxx b/svgio/source/svgreader/svgstylenode.cxx
index 42cc554a654e..61497fcde94a 100644
--- a/svgio/source/svgreader/svgstylenode.cxx
+++ b/svgio/source/svgreader/svgstylenode.cxx
@@ -84,7 +84,7 @@ namespace svgio
void SvgStyleNode::addCssStyleSheet(const OUString& aSelectors, const SvgStyleAttributes& rNewStyle)
{
// aSelectors: CssStyle selectors, any combination, no comma separations, no spaces at start/end
- // rNewStyle: the already preapared style to register on that name
+ // rNewStyle: the already prepared style to register on that name
if(!aSelectors.isEmpty())
{
std::vector< OUString > aSelectorParts;