summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/cacheitem.hxx
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/source/config/cache/cacheitem.hxx
parent44ead04eb5fc61a3f56f783adb1509fab440e212 (diff)
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'filter/source/config/cache/cacheitem.hxx')
-rw-r--r--filter/source/config/cache/cacheitem.hxx2
1 files changed, 1 insertions, 1 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.