summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/ohierarchyholder.cxx2
-rw-r--r--package/source/zippackage/ZipPackage.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/package/source/xstor/ohierarchyholder.cxx b/package/source/xstor/ohierarchyholder.cxx
index da4d2310bf87..39f177e8bed0 100644
--- a/package/source/xstor/ohierarchyholder.cxx
+++ b/package/source/xstor/ohierarchyholder.cxx
@@ -158,7 +158,7 @@ uno::Reference< embed::XExtendedStorageStream > OHierarchyElement_Impl::GetStrea
}
}
- // the subelement was opened successfuly, remember the storage to let it be locked
+ // the subelement was opened successfully, remember the storage to let it be locked
m_xOwnStorage = xOwnStor;
return xResult;
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index da90248277ec..26e7c46fcf8b 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -384,7 +384,7 @@ void ZipPackage::parseManifest()
if ( !bManifestParsed )
{
- // the manifest.xml could not be successfuly parsed, this is an inconsistent package
+ // the manifest.xml could not be successfully parsed, this is an inconsistent package
if ( aPackageMediatype.compareToAscii("application/vnd.") == 0 )
{
// accept only types that look similar to own mediatypes
@@ -1271,7 +1271,7 @@ uno::Reference< io::XInputStream > ZipPackage::writeTempFile()
{
if( bUseTemp )
{
- // no information loss appeares, thus no special handling is required
+ // no information loss appears, thus no special handling is required
uno::Any aCaught( ::cppu::getCaughtException() );
// it is allowed to throw WrappedTargetException