summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-18 00:29:46 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-18 00:30:35 +0300
commit5fd534de054876486a9620eced5e27faeee9eb05 (patch)
tree3f6171b0f6fe46ed07e6146f7622cb468201724d /unotools
parent728ec86062c13c4994a15bf4bee810db7094c8bb (diff)
Typo: s/gurantee/guarantee
Change-Id: I8bd7ca5896931fbf18bf8ae25b62ced9b420fe39
Diffstat (limited to 'unotools')
-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 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();