summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:49:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:59 +0200
commit07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (patch)
tree3ccf1499c028dcd47a55b1ffbfce65b602ed5f91 /sw
parent6cb8a8b25fb3bb0cb4d084828aecac5fa3bd650d (diff)
typo: increae -> increase
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/accportions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accportions.cxx b/sw/source/core/access/accportions.cxx
index 1409315824a9..b590c6e36d8d 100644
--- a/sw/source/core/access/accportions.cxx
+++ b/sw/source/core/access/accportions.cxx
@@ -731,7 +731,7 @@ sal_Bool SwAccessiblePortionData::GetEditableRange(
// special case: because size_t is usually unsigned, we can't just
// decrease nLastPortion to -1 (which would normally do the job, so
// this whole if wouldn't be needed). Instead, we'll do this
- // special case and just increae the start portion beyond the last
+ // special case and just increase the start portion beyond the last
// portion to make sure the loop below will have zero iteration.
nStartPortion = nLastPortion + 1;
}