summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-09-14 11:54:00 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-09-14 11:59:33 +0200
commit3b7f59b20c4951784d15c7d62456774b3a8d2576 (patch)
tree9c55ac0c4c46ee58d25f7bd8d6c6c35e6f03ec2b /sfx2
parent0415c2073841bffc86515922da32774dd2160740 (diff)
Fix typo
Change-Id: I57c4b3d798f5509287f61648f52af94f0ef4f791 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139917 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/itemdel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/itemdel.cxx b/sfx2/source/control/itemdel.cxx
index 8182595acea2..c96a9d0f4ba3 100644
--- a/sfx2/source/control/itemdel.cxx
+++ b/sfx2/source/control/itemdel.cxx
@@ -33,7 +33,7 @@ public:
{
pItem->SetKind(SfxItemKind::DeleteOnIdle);
Application::PostUserEvent(LINK(nullptr, SfxItemDisruptor_Impl, Delete), pItem.release());
- // coverity[leaked_storage] - pDesruptor takes care of its own destruction at idle time
+ // coverity[leaked_storage] - pDisruptor takes care of its own destruction at idle time
}
DECL_STATIC_LINK(SfxItemDisruptor_Impl, Delete, void*, void);