diff options
author | Pedro Giffuni <pfg@apache.org> | 2016-05-22 01:05:14 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2016-05-22 01:05:14 +0000 |
commit | fe28961d1a4735f4e37afbeca74eeed20d283825 (patch) | |
tree | a640fc0b251176c796205bf1b74e991ede1b7ca4 /cli_ure | |
parent | 39abfdb0779d252d916a72f5563e064764cd68b0 (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.cs | 2 |
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) |