summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
commit037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch)
tree119676e8107fada1b91ef12a72e9bbf7b393729f /filter
parent44ead04eb5fc61a3f56f783adb1509fab440e212 (diff)
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/cacheitem.hxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 118057be430b..7aac754451b9 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -155,7 +155,7 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
/** @short convert this structure to a seq< PropertyValue >
and ignore all empty properties!
- @descr Normaly the converter routines of the base class
+ @descr Normally the converter routines of the base class
SequenceAsHashMap do this job already.
But it doesn't provide a "pack" mechanism to
ignore properties with empty (means "void") values.
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index f65755b53a59..82f383aecdd8 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -138,7 +138,7 @@ private:
@descr This is an optinal action to be more robust
in case any detect service doesn't make this seek ...
- Normaly it's part of any called detect service or filter ...
+ Normally it's part of any called detect service or filter ...
but sometimes it's not done there.
@param rDescriptor
@@ -288,7 +288,7 @@ private:
/** @short search the best suitable filter for the given type
and add it into the media descriptor.
- @descr Normaly this is a type detection only ...
+ @descr Normally this is a type detection only ...
but for some special features we must overwrite our detection
because a file must be loaded into a special (means preselected)
application.