cli_ure/source/ure/uno/util/WeakBase.cs |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6ecadb3ed3a9e597df31798a0d899a792d71f9ed
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 20:55:34 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:39:45 2024 +0200

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

diff --git a/cli_ure/source/ure/uno/util/WeakBase.cs 
b/cli_ure/source/ure/uno/util/WeakBase.cs
index 561d2e577ff2..a057e0333314 100644
--- a/cli_ure/source/ure/uno/util/WeakBase.cs
+++ b/cli_ure/source/ure/uno/util/WeakBase.cs
@@ -35,12 +35,12 @@ public class WeakBase : XWeak, XTypeProvider
     // Contains all WeakAdapter which have been created in this class
     // They have to be notified when this object dies
     private WeakAdapter m_adapter = null;
-    
+
     protected static Hashtable s_types = new Hashtable();
     protected static Hashtable s_impl_ids = new Hashtable();
-    
+
     // XWeak impl
-    /** The returned XAdapter implementation can be used to keap a
+    /** The returned XAdapter implementation can be used to keep a
         weak reference to this object.
         
         @return a weak adapter

Reply via email to