svl/source/items/itemset.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9389551e435818da9fb19dbb13786ffc7761651c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 8 21:32:46 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Sep 9 10:15:39 2023 +0200

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

diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index da3d55274d1f..f8e11582a431 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -432,7 +432,7 @@ const SfxPoolItem* SfxItemSet::PutImpl(const SfxPoolItem& 
rItem, sal_uInt16 nWhi
     sal_uInt16 nOffset(INVALID_WHICHPAIR_OFFSET);
 
 #ifdef _WIN32
-    // Win build *insists* for initialzation, triggers warning C4701:
+    // Win build *insists* for initialization, triggers warning C4701:
     // "potentially uninitialized local variable 'aEntry' used" for
     // lines below. This is not the case here, but I know of no way
     // to silence the warning in another way

Reply via email to