summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-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 43a2abf01847..54950118c591 100644
--- a/cli_ure/source/ure/uno/util/WeakComponentBase.cs
+++ b/cli_ure/source/ure/uno/util/WeakComponentBase.cs
@@ -112,7 +112,7 @@ public class WeakComponentBase : WeakBase, XComponent
doDispose = true;
}
}
- // The notification occures in an unsynchronized block in order to avoid
+ // The notification occurs in an unsynchronized block in order to avoid
// deadlocks if one of the listeners calls back in a different thread on
// a synchronized method which uses the same object.
if (doDispose)