sfx2/source/control/itemdel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b7f59b20c4951784d15c7d62456774b3a8d2576
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 14 11:54:00 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Sep 14 11:59:33 2022 +0200

    Fix typo
    
    Change-Id: I57c4b3d798f5509287f61648f52af94f0ef4f791
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139917
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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);

Reply via email to