From 7a3e7ee1c7323e6db279d006ff218e6543228f3f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 30 Jul 2018 23:02:55 +0200 Subject: Fix typos Change-Id: Iaa00d65b518b3e638c2d31912e247cb91bdd0950 Reviewed-on: https://gerrit.libreoffice.org/58347 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svgio/source/svgreader/svgstylenode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svgio') diff --git a/svgio/source/svgreader/svgstylenode.cxx b/svgio/source/svgreader/svgstylenode.cxx index c909586724f5..281bab937bb2 100644 --- a/svgio/source/svgreader/svgstylenode.cxx +++ b/svgio/source/svgreader/svgstylenode.cxx @@ -127,7 +127,7 @@ namespace svgio // which is just the space-char cleaned, concatenated Selectors. The part to 'match' // these is in fillCssStyleVectorUsingHierarchyAndSelectors. There, the same string is // built up using the priorities of local CssStyle, Id, Class and other info combined - // with the existing hierarchy. This creates a specificity- and priority-sorted local + // with the existing hierarchy. This creates a specificity and priority-sorted local // list for each node which is then chained using get/setCssStyleParent. // The current solution is capable of solving space-separated selectors which can be // mixed between Id, Class and type specifiers. -- cgit