summaryrefslogtreecommitdiff
path: root/cli_ure/source/ure/uno/util/WeakComponentBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/ure/uno/util/WeakComponentBase.cs')
-rw-r--r--cli_ure/source/ure/uno/util/WeakComponentBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/ure/uno/util/WeakComponentBase.cs b/cli_ure/source/ure/uno/util/WeakComponentBase.cs
index 54950118c591..a20de82da17f 100644
--- a/cli_ure/source/ure/uno/util/WeakComponentBase.cs
+++ b/cli_ure/source/ure/uno/util/WeakComponentBase.cs
@@ -99,7 +99,7 @@ public class WeakComponentBase : WeakBase, XComponent
{
// Determine in a thread-safe way if this is the first call to this
// method. Only then we proceed with the notification of event
- // listeners. It is an error to call this method more then once.
+ // listeners. It is an error to call this method more than once.
bool doDispose = false;
t_disposing call = null;
lock (this)