summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-02-15 13:22:04 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-02-20 07:13:46 +0100
commitfc0afe0cfd1318e7b0b775517267d3824b9226c8 (patch)
treeccc81dfb2d31fb13053e994797488882dc966940
parent95a0a24d6172c4620432c20798a6727c732d8e86 (diff)
Fix typo
Change-Id: Ic142b91d7b81a18b65bd47ece6462396207033e5 Reviewed-on: https://gerrit.libreoffice.org/68039 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx
index fc45c039f56d..48eebfb1b429 100644
--- a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx
@@ -169,7 +169,7 @@ void CacheCompactionByCompression::Run()
if (mrCache.GetSize() <= mnMaximalCacheSize)
return;
- SAL_INFO("sd.sls", OSL_THIS_FUNC << ": bitmap cache uses to much space: " << mrCache.GetSize() << " > " << mnMaximalCacheSize);
+ SAL_INFO("sd.sls", OSL_THIS_FUNC << ": bitmap cache uses too much space: " << mrCache.GetSize() << " > " << mnMaximalCacheSize);
::std::unique_ptr< ::sd::slidesorter::cache::BitmapCache::CacheIndex> pIndex (
mrCache.GetCacheIndex());