diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:42:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:45:15 +0000 |
commit | 446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch) | |
tree | dbbabaf897d0d761ddf867601e906092eba7e251 /unotools | |
parent | 65434e8701ab71c8bff8b0ac722d41b0592483dc (diff) |
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33
Reviewed-on: https://gerrit.libreoffice.org/34781
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/misc/fontdefs.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index f0337ad37cf6..efce8d09ba2b 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -80,7 +80,7 @@ class SvtDynMenu public: // append setup written menu entry // Don't touch name of entry. It was defined by setup and must be the same every time! - // Look for double menu entries here too... may be some separator items are superflous... + // Look for double menu entries here too... may be some separator items are superfluous... void AppendSetupEntry( const SvtDynMenuEntry& rEntry ) { if( diff --git a/unotools/source/misc/fontdefs.cxx b/unotools/source/misc/fontdefs.cxx index bce62f590132..08874982d1b6 100644 --- a/unotools/source/misc/fontdefs.cxx +++ b/unotools/source/misc/fontdefs.cxx @@ -421,7 +421,7 @@ OUString GetEnglishSearchFontName(const OUString& rInName) { typedef std::unordered_map<OUString, const char*, OUStringHash> FontNameDictionary; static FontNameDictionary aDictionary( SAL_N_ELEMENTS(aImplLocalizedNamesList) ); - // the font name dictionary needs to be intialized once + // the font name dictionary needs to be initialized once if( aDictionary.empty() ) { // TODO: check if all dictionary entries are already normalized? |