summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zippackage/ZipPackage.cxx')
-rw-r--r--package/source/zippackage/ZipPackage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index 8107ae4e1998..c1bd32a2ff99 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -1379,7 +1379,7 @@ void SAL_CALL ZipPackage::commitChanges()
}
catch (const ucb::ContentCreationException& r)
{
- throw WrappedTargetException(THROW_WHERE "Temporary file should be createable!",
+ throw WrappedTargetException(THROW_WHERE "Temporary file should be creatable!",
static_cast < OWeakObject * > ( this ), makeAny ( r ) );
}
if ( xTempInStream.is() )