summaryrefslogtreecommitdiff
path: root/oox/source/ole/vbainputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/vbainputstream.cxx')
-rw-r--r--oox/source/ole/vbainputstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/vbainputstream.cxx b/oox/source/ole/vbainputstream.cxx
index 01ad7bc80cfe..15a926e28c6f 100644
--- a/oox/source/ole/vbainputstream.cxx
+++ b/oox/source/ole/vbainputstream.cxx
@@ -198,7 +198,7 @@ bool VbaInputStream::updateChunk()
}
// decompression sometimes leaves the stream pos offset 1 place ( at
// least ) past or before the expected stream pos.
- // here we make sure we are on the chunk boundry
+ // here we make sure we are on the chunk boundary
mpInStrm->seek( target );
mnChunkPos = 0;
return !mbEof;