include/svl/itempool.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ca6c807e4eca8586352e2e22c4c51b219076141
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 8 22:56:08 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 9 08:18:59 2023 +0100

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

diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 8dfac4766ffb..9bdb5d9a3504 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -232,7 +232,7 @@ public:
 
     // this method tries to register an Item at this Pool. If this
     // is done depends on the SfxItemInfo-flag _bNeedsPoolRegistration
-    // which needs to be set for Items that are acessed using
+    // which needs to be set for Items that are accessed using
     // GetItemSurrogates, else the Item will not be returned/accessed
     void tryRegisterSfxPoolItem(const SfxPoolItem& rItem, bool bPoolDirect);
 

Reply via email to