summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-14 14:15:38 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-05-17 12:38:38 +0000
commit3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch)
treea5231657e37e3b2efb2ba438c43561bf5f27649c /package
parentf62de9113a4866f7152acbe0e8221c594b7a7b68 (diff)
Correct common misspellings, and remove some ASCII art along the way.
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/ZipOutputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zipapi/ZipOutputStream.cxx b/package/source/zipapi/ZipOutputStream.cxx
index 137bec9cfdb6..b6bc5cfaf494 100644
--- a/package/source/zipapi/ZipOutputStream.cxx
+++ b/package/source/zipapi/ZipOutputStream.cxx
@@ -357,7 +357,7 @@ void ZipOutputStream::writeCEN( const ZipEntry &rEntry )
if( bWrite64Header )
{
// FIXME64: need to append a ZIP64 header instead of throwing
- // We're about to silently loose people's data - which they are
+ // We're about to silently lose people's data - which they are
// unlikely to appreciate so fail instead:
throw IOException( "File contains streams that are too large.",
uno::Reference< XInterface >() );
@@ -379,7 +379,7 @@ void ZipOutputStream::writeEXT( const ZipEntry &rEntry )
if( bWrite64Header )
{
// FIXME64: need to append a ZIP64 header instead of throwing
- // We're about to silently loose people's data - which they are
+ // We're about to silently lose people's data - which they are
// unlikely to appreciate so fail instead:
throw IOException( "File contains streams that are too large.",
uno::Reference< XInterface >() );
@@ -433,7 +433,7 @@ sal_Int32 ZipOutputStream::writeLOC( const ZipEntry &rEntry )
if( bWrite64Header )
{
// FIXME64: need to append a ZIP64 header instead of throwing
- // We're about to silently loose people's data - which they are
+ // We're about to silently lose people's data - which they are
// unlikely to appreciate so fail instead:
throw IOException( "File contains streams that are too large.",
uno::Reference< XInterface >() );