summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccomp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/doccomp.cxx')
-rw-r--r--sw/source/core/doc/doccomp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx
index 65022fac1689..3fd38389ba66 100644
--- a/sw/source/core/doc/doccomp.cxx
+++ b/sw/source/core/doc/doccomp.cxx
@@ -1598,7 +1598,7 @@ void SwCompareData::CheckForChangesInLine( const CompareData& rData,
int nDstFrom = i ? pLcsDst[i - 1] + 1 : 0;
// End of inserted lines (exclusive)
int nDstTo = ( i == nLcsLen ) ? aCmp.GetLen1() : pLcsDst[i];
- // Begining of deleted lines (inclusive)
+ // Beginning of deleted lines (inclusive)
int nSrcFrom = i ? pLcsSrc[i - 1] + 1 : 0;
// End of deleted lines (exclusive)
int nSrcTo = ( i == nLcsLen ) ? aCmp.GetLen2() : pLcsSrc[i];