summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/ndtxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/txtnode/ndtxt.cxx')
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index cc8c30a08a25..9f3331c1ecb4 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -4638,7 +4638,7 @@ namespace {
const SfxStringItem& rListIdItem =
dynamic_cast<const SfxStringItem&>(pItem);
OSL_ENSURE( rListIdItem.GetValue().getLength() > 0,
- "<HandleSetAttrAtTextNode(..)> - empty list id attribute not excepted. Serious defect." );
+ "<HandleSetAttrAtTextNode(..)> - empty list id attribute not expected. Serious defect." );
const OUString sListIdOfTextNode = rTextNode.GetListId();
if ( rListIdItem.GetValue() != sListIdOfTextNode )
{