summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-01 15:32:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-01 22:38:11 +0200
commit41cd3e8e817c8c33a13608e62eeb06ce2c6977e4 (patch)
tree44fe33151f95acb77e1cb91118cb0433df91b252 /sw/source/ui/config
parent7c2ddc3ffd2d0f761076363d116288b40370233c (diff)
Fix typos
Change-Id: I00d678ce942401fa3e53e5c0e159c747a4be6b0b Reviewed-on: https://gerrit.libreoffice.org/78367 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/optpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index 45d811a45452..065af21e86c6 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -758,7 +758,7 @@ void SwStdFontTabPage::Reset( const SfxItemSet* rSet)
// #i94536# prevent duplication of font entries when 'reset' button is pressed
if( !m_xStandardBox->get_count() )
{
- // get the set of disctinct available family names
+ // get the set of distinct available family names
std::set< OUString > aFontNames;
int nFontNames = m_pPrt->GetDevFontCount();
for( int i = 0; i < nFontNames; i++ )