diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-12 17:05:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-12 20:44:39 +0100 |
commit | 69b46d7a3b7cd1f0f398ec18583a7383deef25d8 (patch) | |
tree | 5b115527a5e5414c7c6532b75e5b345d900a98c9 /package | |
parent | 4bb28ad217ea9d6511b6921dcd3d28328edcb4d6 (diff) |
Fix typos
Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a
Reviewed-on: https://gerrit.libreoffice.org/63297
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zippackage/ZipPackageStream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx index 5fe4d0ef80c5..6dad7d6f8b07 100644 --- a/package/source/zippackage/ZipPackageStream.cxx +++ b/package/source/zippackage/ZipPackageStream.cxx @@ -621,7 +621,7 @@ bool ZipPackageStream::saveChild( // at position zero...otherwise, assert and skip this stream... if ( IsPackageMember() ) { - // if the password has been changed than the stream should not be package member any more + // if the password has been changed then the stream should not be package member any more if ( m_bIsEncrypted && m_bToBeEncrypted ) { // Should be handled close to the raw stream handling |