svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9fd57de12001cc7b96022c1ec79881d2fcd9b241 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 25 13:09:13 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 25 14:16:01 2024 +0100 Fix typo Change-Id: I99f9730e573f06e53516d0d775df1b276ff83a90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162573 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index 5760003fbac4..b02a74f53577 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -428,7 +428,7 @@ public: } // here the countdown is zero and there is not yet a ItemInstanceManager - // incarnated. Do so, regsiter and return it + // incarnated. Do so, register and return it assert(nullptr == aHit->second.second); DefaultItemInstanceManager* pNew(new DefaultItemInstanceManager(aHash)); aHit->second.second = pNew;
