summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:09:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:04 +0200
commit29368617fae1ae646a98d5faddce2b65c0a01ca2 (patch)
treec1d1e00b2a10b02632fb91c5f4cd4584ae3f1795 /sw
parent228f921beae3f882e1a0eccb62edc4baea3c67ec (diff)
typo: curosr -> cursor
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/IBlockCursor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/IBlockCursor.hxx b/sw/source/core/crsr/IBlockCursor.hxx
index cb7349fe6e8e..38039ea787a7 100644
--- a/sw/source/core/crsr/IBlockCursor.hxx
+++ b/sw/source/core/crsr/IBlockCursor.hxx
@@ -77,7 +77,7 @@ class Point;
*/
virtual void clearPoints() = 0;
- /** Destructor of the block curosr interface */
+ /** Destructor of the block cursor interface */
virtual ~IBlockCursor() {};
};