summaryrefslogtreecommitdiff
path: root/framework/source/accelerators/storageholder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/accelerators/storageholder.cxx')
-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 cfa0ce8f91d4..62ceb09c6752 100644
--- a/framework/source/accelerators/storageholder.cxx
+++ b/framework/source/accelerators/storageholder.cxx
@@ -189,7 +189,7 @@ StorageHolder::TStorageList StorageHolder::getAllPathStorages(const OUString& sP
if (pCheck == m_lStorages.end())
{
// at least one path element was not found
- // Seems that this path isnt open ...
+ // Seems that this path isn't open ...
lStoragesOfPath.clear();
return lStoragesOfPath;
}