summaryrefslogtreecommitdiffstats
path: root/unotools/source/config/moduleoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/moduleoptions.cxx')
-rw-r--r--unotools/source/config/moduleoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 12e0eefe6a81..a9ff6b5eaecc 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -298,7 +298,7 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl()
: ::utl::ConfigItem( ROOTNODE_FACTORIES )
, m_bReadOnlyStatesWellKnown( false )
{
- // First initialize list of factory infos! Otherwise we couldnt guarantee right working of these class.
+ // First initialize list of factory infos! Otherwise we couldn't guarantee right working of these class.
for( auto & rFactory : m_lFactories )
rFactory.free();