svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6181be0fca677d1c83e0eccd8be31a0e8cc36ad5 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 25 13:08:02 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 25 14:14:13 2024 +0100 Fix typo Change-Id: I12f0cbbc1523a7451281ef501b51b56010105dfd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162570 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 1fa7276e9052..54d6c3abbc28 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -327,7 +327,7 @@ SfxItemSet::SfxItemSet(SfxItemPool& pool, WhichRangesContainer wids) // Class that implements global Item sharing. It uses rtti to // associate every Item-derivation with a possible incarnation // of a DefaultItemInstanceManager. This is the default, it will -// give direct implementatioons at the Items that overload +// give direct implementations at the Items that overload // getItemInstanceManager() preference. These are expected to // return static instances of a derived implementation of a // ItemInstanceManager.
