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

New commits:
commit c71b2227bc485dc38c3870ccc216767b3a756ac5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jan 28 22:52:18 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon Jan 29 04:55:16 2024 +0100

    Fix typo
    
    Change-Id: I196da07f73fcdfc9e8ee3ca6f2db54ee53e2d26c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162675
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 8dca5e89f11b..7af3eb9cd1a2 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -139,7 +139,7 @@ public:
     void                            ResetUserDefaultItem( sal_uInt16 nWhich );
 
     // PoolDefaults: Owned by the pool. The read access will only return
-    // nullptr if the WhichID aske for is not in the range of the pool,
+    // nullptr if the WhichID asked for is not in the range of the pool,
     // making the request invalid.
     void                            SetPoolDefaults(std::vector<SfxPoolItem*>* 
pDefaults);
     void                            ClearPoolDefaults();

Reply via email to