diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 16:56:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 23:40:12 +0900 |
commit | 9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch) | |
tree | b6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /cli_ure | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.h | 4 | ||||
-rw-r--r-- | cli_ure/source/ure/uno/util/WeakComponentBase.cs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/uno_bridge/cli_proxy.h b/cli_ure/source/uno_bridge/cli_proxy.h index 093b674dfc64..feb1ad4c4a74 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.h +++ b/cli_ure/source/uno_bridge/cli_proxy.h @@ -263,8 +263,8 @@ struct CliProxy: public uno_Interface first call. In all ensuing calls the MethodInfo object is immediately retrieved through the mapping table. - If the interface has more then one interface in its inheritance chain, - that is Type.GetInterfaces return more then one Type, then the mapping + If the interface has more than one interface in its inheritance chain, + that is Type.GetInterfaces return more than one Type, then the mapping table is partially initiallized. On the first call the mappings for the methods of the belonging interface are created. 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) |