diff options
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? |