summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/ww8scan.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8scan.cxx')
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 3dda138a172b..66c18b14fecc 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -1839,7 +1839,7 @@ static bool WW8GetFieldPara(WW8PLCFspecial& rPLCF, WW8FieldDesc& rF)
}
rF.nLen = rF.nLRes - rF.nSCode + 2; // nLRes is still the final position
rF.nLRes -= rF.nSRes; // now: nLRes = length
- rF.nSRes++; // Endpos encluding Markers
+ rF.nSRes++; // Endpos including Markers
rF.nLRes--;
}else{
rF.nLRes = 0; // no result found
@@ -6856,7 +6856,7 @@ WW8Fonts::WW8Fonts( SvStream& rSt, WW8Fib& rFib )
nMax = nCalcMax;
else
{
- //newer versions include purportive count of fonts, so take min of that
+ //newer versions include supportive count of fonts, so take min of that
//and calced max
nMax = std::min(nMax, nCalcMax);
}