summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:23 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-14 07:23:46 +0200
commit21c5ef43ee51b4c9f4181b59a8926a48ea35e651 (patch)
tree3a9a51b32b67d9a75bad0fd184cfca270fffb086 /framework/source/accelerators
parenteec6989574a1bc51ac5eb9c764d4d6b5aa8bbf9b (diff)
Fix typo
Change-Id: I5e6ac32d6a0fca10362aa6a07186101e71e398eb Reviewed-on: https://gerrit.libreoffice.org/74006 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/accelerators')
-rw-r--r--framework/source/accelerators/storageholder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/accelerators/storageholder.cxx b/framework/source/accelerators/storageholder.cxx
index ca807eabf684..567c7af65220 100644
--- a/framework/source/accelerators/storageholder.cxx
+++ b/framework/source/accelerators/storageholder.cxx
@@ -105,7 +105,7 @@ css::uno::Reference< css::embed::XStorage > StorageHolder::openPath(const OUStri
aReadLock.reset();
// If we found an already open storage ... we must increase
- // its use count. Otherwise it will may be closed to early :-)
+ // its use count. Otherwise it will may be closed too early :-)
TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath);
TStorageInfo* pInfo = nullptr;
if (pCheck != m_lStorages.end())