summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:42:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:55 +0200
commit3b805d376612c0eb6a724c5d239e74eeb6ee79a1 (patch)
treed5ea38382563f1a8ea95e689d6357691560f5cde /sw
parentb8239ac2f96a2e9fde3c51148f8ed7c38b019cb5 (diff)
typo: unnessarary -> unnecessary
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/accmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index cbf09730dcb0..b5ab5c0b71c4 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -2629,7 +2629,7 @@ void SwAccessibleMap::InvalidateCursorPosition( const SwFrm *pFrm )
// cursor even if the current cell has no accessible object.
// If the old cursor objects exists and is in the same
// table, its the best choice, because using it avoids
- // an unnessarary cursor invalidation cycle when creating
+ // an unnecessary cursor invalidation cycle when creating
// a new object for the current cell.
if( aFrmOrObj.GetSwFrm()->IsCellFrm() )
{