diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-01 15:32:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-01 22:38:11 +0200 |
commit | 41cd3e8e817c8c33a13608e62eeb06ce2c6977e4 (patch) | |
tree | 44fe33151f95acb77e1cb91118cb0433df91b252 /sw/source/ui/dialog | |
parent | 7c2ddc3ffd2d0f761076363d116288b40370233c (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/dialog')
-rw-r--r-- | sw/source/ui/dialog/ascfldlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/ascfldlg.cxx b/sw/source/ui/dialog/ascfldlg.cxx index 4936ba93854f..0715f8e85009 100644 --- a/sw/source/ui/dialog/ascfldlg.cxx +++ b/sw/source/ui/dialog/ascfldlg.cxx @@ -194,7 +194,7 @@ SwAsciiFilterDlg::SwAsciiFilterDlg( weld::Window* pParent, SwDocShell& rDocSh, bDelPrinter = true; } - // get the set of disctinct available family names + // get the set of distinct available family names std::set< OUString > aFontNames; int nFontNames = pPrt->GetDevFontCount(); for( int i = 0; i < nFontNames; i++ ) |