diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-01-25 13:09:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-01-25 14:16:43 +0100 |
commit | 1c6d885b7503dd489e6f37132a42db3fbee9c3b8 (patch) | |
tree | 08a734ad584d88bc686b128682fb8a142b3ffd0f /svl | |
parent | 9fd57de12001cc7b96022c1ec79881d2fcd9b241 (diff) |
Fix typo
Change-Id: Ibdfbb8c6492d18989d587230db674a7ff2546150
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162574
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/itemset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |