summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-18 00:22:58 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-18 00:30:35 +0300
commit9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (patch)
tree48092a4f8b424f88d7a259107f23dea33d16d10e /filter/source
parentd112cf387513231b6bc133e5d37ba51f4bc4c6ac (diff)
Typo: s/shure/sure
Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/config/cache/basecontainer.hxx2
-rw-r--r--filter/source/config/cache/cacheitem.hxx2
-rw-r--r--filter/source/config/cache/filtercache.cxx4
-rw-r--r--filter/source/config/cache/filtercache.hxx2
-rw-r--r--filter/source/config/cache/querytokenizer.hxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index dccb3bddea7a..f0ca5648ddc7 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -49,7 +49,7 @@ namespace filter{
should be available etc.
@attention The base class BaseLock must be the first of declared ones.
- Otherwise we cant be shure, that our own mutex member (which is
+ Otherwise we cant be sure, that our own mutex member (which is
present by this base class!) was full initialized inside our own
ctor as first!
*/
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 7657f88b67be..427417bbccb2 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -140,7 +140,7 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
/** @short because we know two UIName properties
(a list with all locales and the value
- for the current locale only), we must be shure
+ for the current locale only), we must be sure
that the correspond together.
@param sActLocale
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 90500b844728..e49d020d112c 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -154,7 +154,7 @@ void FilterCache::takeOver(const FilterCache& rClone)
m_eFillState = rClone.m_eFillState;
// renew all dependencies and optimizations
- // Because we cant be shure, that changed filters on one clone
+ // Because we cant be sure, that changed filters on one clone
// and changed types of another clone work together.
// But here we can check against the lates changes ...
impl_validateAndOptimize();
@@ -1323,7 +1323,7 @@ void FilterCache::impl_resolveItem4TypeRegistration( CacheItemList* pList
{
CacheItem& rItem = (*pList)[sItem];
// In case it's a new created entry (automaticly done by the boost::unordered_map index operator!)
- // we must be shure, that this entry has its own name as property available.
+ // we must be sure, that this entry has its own name as property available.
// Its needed later at our container interface!
rItem[PROPNAME_NAME] <<= sItem;
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index a6b4e17cf6ed..e0d40286a090 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -862,7 +862,7 @@ class FilterCache : public BaseLock
/** @short try to load the requested item on demand from the underlying configuration
layer.
- @descr The outside code has to be shure, that the item does not already exists
+ @descr The outside code has to be sure, that the item does not already exists
inside this cachse. Otherwise it will be loaded twice. This method
doesn't check such constellations!
diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx
index 43bd7d6c2491..8cc11ff24156 100644
--- a/filter/source/config/cache/querytokenizer.hxx
+++ b/filter/source/config/cache/querytokenizer.hxx
@@ -43,7 +43,7 @@ namespace filter{
uses this schema.
@attention This class is not threadsafe implemented. Because its not necessary.
- But you have to make shure, that ist not used as such :-)
+ But you have to make sure, that ist not used as such :-)
*/
class QueryTokenizer : public ::boost::unordered_map< OUString ,
OUString ,