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

New commits:
commit 30ad8677de0bc1a56ac054114e9be149dd66f77d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jan 28 22:53:22 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon Jan 29 04:58:12 2024 +0100

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

diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 7af3eb9cd1a2..cf442c9ef083 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -254,7 +254,7 @@ public:
     sal_uInt16                      GetSlotId( sal_uInt16 nWhich ) const;
 
     // tries to translate back from SlotID to WhichID. That may be
-    // expensive, it needs to linerarly iterate over SfxItemInfo
+    // expensive, it needs to linearly iterate over SfxItemInfo
     // to evtl. find if a SlotID is defined for a WhichID
     sal_uInt16                      GetTrueWhich( sal_uInt16 nSlot, bool bDeep 
= true ) const;
 

Reply via email to