summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:49:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:58 +0200
commit6cb8a8b25fb3bb0cb4d084828aecac5fa3bd650d (patch)
tree0537b3c3979c541a234d22ef24977ac6b95c5ba6 /sw
parentec4db985bc4bd09977125d50d0b9e2e971598754 (diff)
typo: termintator -> terminator
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 15e3241fdbe1..1409315824a9 100644
--- a/sw/source/core/access/accportions.cxx
+++ b/sw/source/core/access/accportions.cxx
@@ -459,7 +459,7 @@ size_t SwAccessiblePortionData::FindBreak(
"earlier value should have been returned" );
OSL_ENSURE( nMin < rPositions.size()-1,
- "shouldn't return last position (due to termintator values)" );
+ "shouldn't return last position (due to terminator values)" );
return nMin;
}