summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:52:14 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:53:48 -0500
commit3e926736c7a1ec0a622ff446466113d9ccd8cb11 (patch)
treebcbfa6d33e8e028f32f9d2441f50fe969307c512 /filter
parent34d062147c16090fa42c27ac7960e3f5e3b65d2b (diff)
Miscellaneous typos
Change-Id: I5187364d420ab78c36a91632efab9c32951d867a
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/typedetection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index bb7d22a9a46a..ffeab2ac6886 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -763,8 +763,8 @@ bool TypeDetection::impl_getPreselectionForDocumentService(
// step over all filters, and check if its registered type
// match the given URL.
// But use temp. list of "preselected types" instead of incoming rFlatTypes list!
- // The reason behind: we must filter the getted results. And copying of stl entries
- // is an easier job then removing it .-)
+ // The reason behind: we must filter the obtained results. And copying stl entries
+ // is an easier job than removing them .-)
for (OUStringList::const_iterator pFilter = lFilters.begin();
pFilter != lFilters.end();
++pFilter)
@@ -895,7 +895,7 @@ OUString TypeDetection::impl_detectTypeFlatAndDeep( utl::MediaDescriptor& r
// d) detect service return a valid result => return its decision
// e) detect service return an invalid result
// or any needed information could not be
- // getted from the cache => ignore it, and continue with search
+ // obtained from the cache => ignore it, and continue with search
for (FlatDetection::const_iterator pFlatIt = lFlatTypes.begin();
pFlatIt != lFlatTypes.end() ;