From a940826162dc93f5543f81fc8fe5d8618c4a6efb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 4 May 2017 10:34:36 +0200 Subject: Fix typos To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 and f12096272e684ddcd8ffa4e34dcb0a680cc594c2 Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03 Reviewed-on: https://gerrit.libreoffice.org/37199 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/filter/html/css1atr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/html/css1atr.cxx') diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx index c67fcb8ec292..bb80e234df7d 100644 --- a/sw/source/filter/html/css1atr.cxx +++ b/sw/source/filter/html/css1atr.cxx @@ -1590,7 +1590,7 @@ static Writer& OutCSS1_SwFormat( Writer& rWrt, const SwFormat& rFormat, RES_POOLCHR_INET_VISIT==nRefPoolId) ) bCheckForPseudo = true; - // export now the Attributes (incl. Selektor) + // export now the Attributes (incl. selector) bool bHasScriptDependencies = false; if( OutCSS1Rule( rHTMLWrt, aSelector, aItemSet, CSS1_FMT_ISTAG != nDeep, bCheckForPseudo ) ) -- cgit