From 534b2a4b58ba765dbc256d6297e33453524915e2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 2 Feb 2016 19:47:20 +0100 Subject: Fix typos Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- sot/source/sdstor/stg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') 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 ) -- cgit