cppu/source/typelib/typelib.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04bb20f5ad182fd1aa8a4e2e7f569043be8405c1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Aug 15 17:35:40 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Aug 15 19:08:27 2020 +0200

    Fix typo
    
    bDesctructorCalled doesn't exist in the code anymore.
    I guess we can delete the comment.
    
    Change-Id: I551efe2298422e5139f1dd07a6b3bf4728763026
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100774
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 8b8f7d1b32f1..587f3c6e6405 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -170,7 +170,7 @@ namespace {
 
 struct TypeDescriptor_Init_Impl
 {
-    //sal_Bool          bDesctructorCalled;
+    //sal_Bool          bDestructorCalled;
     // all type description references
     std::unique_ptr<WeakMap_Impl> pWeakMap;
     // all type description callbacks
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to