summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/xstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index ed2ae1552bee..eb5642dcf816 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -1676,7 +1676,7 @@ void OStorage_Impl::CloneStreamElement( const OUString& aStreamName,
// child stream should be used for copiing. Probably the children m_xPackageStream
// can be used as a base of a new stream, that would be copied to result
// storage. The only problem is that some package streams can be accessed from outside
- // at the same time ( now solwed by wrappers that remember own position ).
+ // at the same time (now solved by wrappers that remember own position).
if ( bEncryptionDataProvided )
pElement->m_pStream->GetCopyOfLastCommit( xTargetStream, aEncryptionData );