diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index 7856e2ebf550..de435e46ffbe 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -340,7 +340,7 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl() : ::utl::ConfigItem( ROOTNODE_FACTORIES ) , m_bReadOnlyStatesWellKnown( false ) { - // First initialize list of factory infos! Otherwise we couldnt gurantee right working of these class. + // First initialize list of factory infos! Otherwise we couldnt guarantee right working of these class. for( sal_Int32 nFactory=0; nFactory<FACTORYCOUNT; ++nFactory ) m_lFactories[nFactory].free(); |