summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-04-17 14:39:49 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2014-04-17 14:43:07 +0300
commit2fe0081a4c283972592eaf0e22c7141262caeda7 (patch)
treef743a5e0b7e9a9bfa1618fbc63cb419a395bfbf8 /filter
parent3c7d17aa6fb8393452cbcbcc032f3a6c5ea928cc (diff)
shure -> sure
Change-Id: I3da74098f72aa3a5426ee0d750055f48146c23e2
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/typedetection.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index bd179b2650d8..61f2c749584b 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -493,7 +493,7 @@ void TypeDetection::impl_checkResultsAndAddBestFilter(utl::MediaDescriptor& rDes
// SAFE ->
::osl::ResettableMutexGuard aLock(m_aLock);
- // Attention: For executing next lines of code, We must be shure that
+ // Attention: For executing next lines of code, We must be sure that
// all filters already loaded :-(
// That can disturb our "load on demand feature". But we have no other chance!
m_rCache->load(FilterCache::E_CONTAINS_FILTERS);
@@ -575,7 +575,7 @@ void TypeDetection::impl_checkResultsAndAddBestFilter(utl::MediaDescriptor& rDes
// SAFE ->
::osl::ResettableMutexGuard aLock(m_aLock);
- // Attention: For executing next lines of code, We must be shure that
+ // Attention: For executing next lines of code, We must be sure that
// all filters already loaded :-(
// That can disturb our "load on demand feature". But we have no other chance!
m_rCache->load(FilterCache::E_CONTAINS_FILTERS);
@@ -743,7 +743,7 @@ bool TypeDetection::impl_getPreselectionForDocumentService(
// SAFE -> --------------------------
::osl::ResettableMutexGuard aLock(m_aLock);
- // Attention: For executing next lines of code, We must be shure that
+ // Attention: For executing next lines of code, We must be sure that
// all filters already loaded :-(
// That can disturb our "load on demand feature". But we have no other chance!
m_rCache->load(FilterCache::E_CONTAINS_FILTERS);
@@ -1088,7 +1088,7 @@ OUString TypeDetection::impl_askUserForTypeAndFilterIfAllowed(utl::MediaDescript
// Dont distrub the user for "non existing files - means empty URLs" or
// if we was forced to detect a stream.
- // Reason behind: We must be shure to ask user for "unknown contents" only ...
+ // Reason behind: We must be sure to ask user for "unknown contents" only ...
// and not for "missing files". Especialy if detection is done by a stream only
// we cant check if the stream points to an "existing content"!
if (
@@ -1111,7 +1111,7 @@ OUString TypeDetection::impl_askUserForTypeAndFilterIfAllowed(utl::MediaDescript
// "OK" pressed => verify the selected filter, get its corresponding
// type and return it. (BTW: We must update the media descriptor here ...)
// The user selected explicitly a filter ... but normaly we are interested on
- // a type here only. But we must be shure, that the selected filter is used
+ // a type here only. But we must be sure, that the selected filter is used
// too and no ambigous filter registration disturb us .-)
OUString sFilter = aRequest.getFilter();