diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2017-12-11 19:14:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-11 22:51:01 +0100 |
commit | 7d202623b007979d9d0f93f6cd62c3c031d6d1d4 (patch) | |
tree | 128cea74baff83fb24b3d65dc2a54c2d749c3572 /package/source/zippackage | |
parent | 4094f9baf62a426b24f497c86d6a96ccfcb22ad1 (diff) |
Fix typos and grammar
Change-Id: I4143da3c5a809118d57849664f6ab1d2e775837f
Reviewed-on: https://gerrit.libreoffice.org/46253
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'package/source/zippackage')
-rw-r--r-- | package/source/zippackage/ZipPackage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index 9a762d445092..c2ec7800d96e 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -428,7 +428,7 @@ void ZipPackage::parseContentType() if ( aContentTypeInfo.getLength() != 2 ) throw io::IOException(THROW_WHERE ); - // set the implicit types fist + // set the implicit types first for ( nInd = 0; nInd < aContentTypeInfo[0].getLength(); nInd++ ) m_xRootFolder->setChildStreamsTypeByExtension( aContentTypeInfo[0][nInd] ); |