From 05173782d8fd35f302db471b509c2f8389beeab1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 7 Jan 2020 19:24:36 +0100 Subject: Fix typo Change-Id: I01c4bfadfabce128f1e28b0c871da1722b865b6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86377 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svl/source/items/stylepool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/items/stylepool.cxx b/svl/source/items/stylepool.cxx index 6471212c7ff4..a7089165309f 100644 --- a/svl/source/items/stylepool.cxx +++ b/svl/source/items/stylepool.cxx @@ -363,7 +363,7 @@ public: DBG_ASSERT( !pIgnorableItems || !pIgnorableItems->Count(), " - misusage: item set for ignorable item should be empty. Please correct usage." ); DBG_ASSERT( !mpIgnorableItems || !mpIgnorableItems->Count(), - " - does not work as excepted - is not empty." ); + " - does not work as expected - is not empty." ); } std::shared_ptr insertItemSet( const SfxItemSet& rSet, const OUString* pParentName = nullptr ); -- cgit