From 1c6d885b7503dd489e6f37132a42db3fbee9c3b8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 25 Jan 2024 13:09:36 +0100 Subject: Fix typo Change-Id: Ibdfbb8c6492d18989d587230db674a7ff2546150 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162574 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index b02a74f53577..1c591f73c60e 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -337,7 +337,7 @@ SfxItemSet::SfxItemSet(SfxItemPool& pool, WhichRangesContainer wids) // In that case, if the Item is shareable, the new mechanism // will kick in: It will start sharing the Item globally, // but not immediately: After a defined amount of allowed -// non-shared ocurrences (look for NUMBER_OF_UNSHARED_INSTANCES) +// non-shared occurrences (look for NUMBER_OF_UNSHARED_INSTANCES) // an instance of the default ItemInstanceManager, a // DefaultItemInstanceManager, will be incarnated and used. // NOTE: Mixing shared/unshared instances is not a problem (we -- cgit