summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-20 22:53:39 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-08-21 08:43:01 +0200
commit35974dfc730079fd8d13e62f6b8a4048962f923f (patch)
tree225f34d256ef490012b1bc51800fd0ec2fd873c8 /sdext
parent59fd62fc2ff86320da67f99171eedbfe2d931c2b (diff)
Fix typos
Change-Id: I3f3abc3c6e12536d4bc38f0c676d5fc20532a1e3 Reviewed-on: https://gerrit.libreoffice.org/41370 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx b/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
index 46185ea08f29..3caed120648e 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
@@ -95,7 +95,7 @@ sal_uInt32 PngHelper::deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, Outp
if( deflate( &aStream, Z_FINISH ) == Z_STREAM_ERROR )
{
deflateEnd( &aStream );
- // scrao the data of this broken stream
+ // scrap the data of this broken stream
o_rOut.resize( nOrigSize );
return 0;
}