From 2af018e4dd99fccdc85a28b38ff924fb16a750cf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 25 May 2016 11:44:22 +0200 Subject: Fix typos Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- package/source/zippackage/ZipPackageStream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx index 79c42b11be43..3f3a47c2b9af 100644 --- a/package/source/zippackage/ZipPackageStream.cxx +++ b/package/source/zippackage/ZipPackageStream.cxx @@ -759,7 +759,7 @@ bool ZipPackageStream::saveChild( } else { - // This stream is defenitly not a raw stream + // This stream is definitely not a raw stream // If nonseekable access is used the stream should be at the beginning and // is useless after the storing. Thus if the storing fails the package should -- cgit