bridges/source/net_uno/net_data.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f8c56ecafb87754116bc5a2e37b65b92e1b59514
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 18 11:33:02 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 18 16:59:07 2024 +0200

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

diff --git a/bridges/source/net_uno/net_data.cxx 
b/bridges/source/net_uno/net_data.cxx
index b41e9cb960d2..fde61dba230c 100644
--- a/bridges/source/net_uno/net_data.cxx
+++ b/bridges/source/net_uno/net_data.cxx
@@ -277,7 +277,7 @@ void marshal_data(void* pUnoData, void* pNetData, 
typelib_TypeDescriptionReferen
                     typelib_InterfaceTypeDescription* pTD
                         = 
reinterpret_cast<typelib_InterfaceTypeDescription*>(type.get());
 
-                    // TODO: check whether liftime control is correct
+                    // TODO: check whether lifetime control is correct
                     bridge.acquire();
                     (*pUnoI->acquire)(pUnoI);
                     typelib_typedescription_acquire(&pTD->aBase);

Reply via email to