sw/source/core/attr/swatrset.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cf686f4586fb0a94643efdde1c36ddd714d7479c
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Aug 11 15:39:29 2023 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Aug 11 19:19:52 2023 +0200

    Fix typo
    
    Change-Id: I0336d39dd003f18383326b3f7806597612edf755
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155623
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sw/source/core/attr/swatrset.cxx b/sw/source/core/attr/swatrset.cxx
index f2761d7dec41..b319330e6ed8 100644
--- a/sw/source/core/attr/swatrset.cxx
+++ b/sw/source/core/attr/swatrset.cxx
@@ -122,7 +122,7 @@ void SwAttrSet::changeCallback(const SfxPoolItem* pOld, 
const SfxPoolItem* pNew)
         }
     }
 
-    // all given itmes are valid. If we got no WhichID != 0 then
+    // all given items are valid. If we got no WhichID != 0 then
     // pOld == pNew == nullptr or SfxVoidItem(0) and we have no
     // valid input. Also not needed if !IsWhich (aka > SFX_WHICH_MAX)
     if (0 == nWhich || !SfxItemPool::IsWhich(nWhich))

Reply via email to