summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/itiff/ccidecom.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/itiff/ccidecom.cxx')
-rw-r--r--filter/source/graphicfilter/itiff/ccidecom.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/itiff/ccidecom.cxx b/filter/source/graphicfilter/itiff/ccidecom.cxx
index f7eed8141085..892f2477eae6 100644
--- a/filter/source/graphicfilter/itiff/ccidecom.cxx
+++ b/filter/source/graphicfilter/itiff/ccidecom.cxx
@@ -813,7 +813,7 @@ bool CCIDecompressor::Read2DTag()
{
sal_uInt8 nByte;
- // read abit and return sal_True if it's 0, otherwise return sal_False
+ // read a bit and return sal_True if it's 0, otherwise return sal_False
if (nInputBitsBufSize==0) {
pIStream->ReadUChar( nByte );
if ( nOptions & CCI_OPTION_INVERSEBITORDER )