diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:22:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:30:35 +0300 |
commit | 9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (patch) | |
tree | 48092a4f8b424f88d7a259107f23dea33d16d10e /unotools | |
parent | d112cf387513231b6bc133e5d37ba51f4bc4c6ac (diff) |
Typo: s/shure/sure
Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/configitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 20c9af95700a..9de3a1dd7003 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -348,7 +348,7 @@ Sequence< sal_Bool > ConfigItem::GetReadOnlyStates(const com::sun::star::uno::Se sal_Int32 nCount = rNames.getLength(); Sequence< sal_Bool > lStates(nCount); - // We must be shure to return a valid information everytime! + // We must be sure to return a valid information everytime! // Set default to non readonly ... similar to the configuration handling of this property. for ( i=0; i<nCount; ++i) lStates[i] = sal_False; |