diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-11 15:39:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-08-11 19:19:52 +0200 |
commit | cf686f4586fb0a94643efdde1c36ddd714d7479c (patch) | |
tree | 21a3d8a15b3cb577f06d878fbed5421698a55c16 | |
parent | 9de08c6f8f2b4150da628fe3e9311f5dc64137b0 (diff) |
Fix typo
Change-Id: I0336d39dd003f18383326b3f7806597612edf755
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155623
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/core/attr/swatrset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |