summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-08 21:32:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-09 10:15:39 +0200
commit9389551e435818da9fb19dbb13786ffc7761651c (patch)
tree589f4d4e840856e7b6d6c1923b5e21c77fa2bc31 /svl
parent545e649e03b3f994757a7f5ca0671eae2d2b9643 (diff)
Fix typo
Change-Id: I1a853bec38ce31d7961a150d4f3958c38c896559 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156756 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/itemset.cxx2
1 files changed, 1 insertions, 1 deletions
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