summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/epict/epict.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/epict/epict.cxx')
-rw-r--r--filter/source/graphicfilter/epict/epict.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/epict/epict.cxx b/filter/source/graphicfilter/epict/epict.cxx
index 23f846433bc1..1237e233d176 100644
--- a/filter/source/graphicfilter/epict/epict.cxx
+++ b/filter/source/graphicfilter/epict/epict.cxx
@@ -999,7 +999,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
nx = 0;
while ( nx < nWidth )
{
- // look up the position of 3 equal bytes and seve it in nEqu3
+ // look up the position of 3 equal bytes and save it in nEqu3
// if it's not found, set nEqu3=nWidth
// if it's found save the value of the bytes in nEquData
nEqu3 = nx;