Typo: manualy->manually

Change-Id: I136347660d91c619941fb1036dd77678e0f945df
This commit is contained in:
Julien Nabet
2014-03-30 15:07:28 +02:00
parent 4c4ce2c919
commit f110f4875b

View File

@@ -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 ...