svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1c6d885b7503dd489e6f37132a42db3fbee9c3b8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jan 25 13:09:36 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jan 25 14:16:43 2024 +0100 Fix typo Change-Id: Ibdfbb8c6492d18989d587230db674a7ff2546150 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162574 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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