summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stg.cxx')
-rw-r--r--sot/source/sdstor/stg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index 45c0296db896..421626363feb 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -587,7 +587,7 @@ BaseStorage* Storage::OpenStorage( const OUString& rName, StreamMode m, bool bDi
if( p && pEntry->m_nRefCnt == 1 )
p->m_bDirect = bDirect;
- // Dont check direct conflict if opening readonly
+ // Don't check direct conflict if opening readonly
if( p && (m & StreamMode::WRITE ))
{
if( p->m_bDirect != bDirect )