summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-03-30 15:07:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-03-30 15:08:17 +0200
commitf110f4875b8661476a81c9617f97e62d09b29afb (patch)
treec53a8bfa583db1859bc608e77ba2b0e80d0a127a /filter
parent4c4ce2c9190c30cbdab9f51896a1c5490df49511 (diff)
Typo: manualy->manually
Change-Id: I136347660d91c619941fb1036dd77678e0f945df
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 5bb39ce828d8..a6b4e17cf6ed 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -328,7 +328,7 @@ class FilterCache : public BaseLock
This method "load(xxx)" synchronize such load-on-demand requests.
Of course it would be possible to supress this special load thread
- in general and start it manualy inside this load() request.
+ in general and start it manually inside this load() request.
The outside code decide then, if and when this cache will be filled
with all available information ...