svl/source/items/itemset.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 40f71a944e3094d6670c2103e576ac369257606a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 8 22:57:17 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 9 08:18:35 2023 +0100

    Fix typo
    
    Change-Id: I9423e9a6e796b8b0754d2f1c3d17ca99d325726c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159189
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index c3faecabb6f1..605dee720ae5 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -169,7 +169,7 @@ SfxPoolItem const* implCreateItemEntry(SfxItemPool& rPool, 
SfxPoolItem const* pS
     {
         // SlotItems were always cloned in original (even when 
bPassingOwnership),
         // so do that here, too (but without bPassingOwnership).
-        // They do not need to be registerd at pool (actually impossible, pools
+        // They do not need to be registered at pool (actually impossible, 
pools
         // do not have entries for SlotItems) so handle here early
         if (!bPassingOwnership)
             pSource = pSource->Clone(rPool.GetMasterPool());

Reply via email to