diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/eventcfg.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/lingucfg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index 292b80f8a853..75f5a2d26c9d 100644 --- a/unotools/source/config/eventcfg.cxx +++ b/unotools/source/config/eventcfg.cxx @@ -295,7 +295,7 @@ bool SAL_CALL GlobalEventConfig_Impl::hasByName( const OUString& aName ) throw ( Type SAL_CALL GlobalEventConfig_Impl::getElementType( ) throw (RuntimeException) { - //DF definitly not sure about this?? + //DF definitely not sure about this?? return ::getCppuType((const Sequence<beans::PropertyValue>*)0); } diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx index d84a6c5ee761..022a2cec9fed 100644 --- a/unotools/source/config/lingucfg.cxx +++ b/unotools/source/config/lingucfg.cxx @@ -978,7 +978,7 @@ bool SvtLinguConfig::GetDictionaryEntry( DBG_ASSERT( !aFormatName.isEmpty(), "Dictionary format name not set" ); DBG_ASSERT( aLocaleNames.getLength(), "No locales set for the dictionary" ); - // if sucessful continue + // if successful continue if (bSuccess) { // get file URL's for the locations |