summaryrefslogtreecommitdiff
path: root/sw/source/core/SwNumberTree
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:44:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:56 +0200
commitd291bafc1a3e67e93fde36967612a8f9d09df373 (patch)
tree8275e7544b94cc884d645680654d868efc53d612 /sw/source/core/SwNumberTree
parent3b805d376612c0eb6a724c5d239e74eeb6ee79a1 (diff)
typo: unexcepted -> unexpected
Diffstat (limited to 'sw/source/core/SwNumberTree')
-rw-r--r--sw/source/core/SwNumberTree/SwNodeNum.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/SwNumberTree/SwNodeNum.cxx b/sw/source/core/SwNumberTree/SwNodeNum.cxx
index c70e08ff8c09..276c18bf091c 100644
--- a/sw/source/core/SwNumberTree/SwNodeNum.cxx
+++ b/sw/source/core/SwNumberTree/SwNodeNum.cxx
@@ -200,7 +200,7 @@ bool SwNodeNum::HasCountedChildren() const
{
SwNodeNum* pChild( dynamic_cast<SwNodeNum*>(*aIt) );
OSL_ENSURE( pChild,
- "<SwNodeNum::HasCountedChildren()> - unexcepted type of child -> please inform OD" );
+ "<SwNodeNum::HasCountedChildren()> - unexpected type of child -> please inform OD" );
if ( pChild &&
( pChild->IsCountedForNumbering() ||
pChild->HasCountedChildren() ) )