summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2016-05-22 01:05:14 +0000
committerPedro Giffuni <pfg@apache.org>2016-05-22 01:05:14 +0000
commitfe28961d1a4735f4e37afbeca74eeed20d283825 (patch)
treea640fc0b251176c796205bf1b74e991ede1b7ca4 /cli_ure
parent39abfdb0779d252d916a72f5563e064764cd68b0 (diff)
Spelling, spelling ...
Why worry about some sprinkled German when we haven't yet learned English.
Notes
Notes: prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
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 2c67195be90f..62366ef303e2 100644
--- a/cli_ure/source/ure/uno/util/WeakComponentBase.cs
+++ b/cli_ure/source/ure/uno/util/WeakComponentBase.cs
@@ -117,7 +117,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)