From 9bac4d413e960e354a3cf81e3de9b1cb483d02ad Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Aug 2014 16:56:25 +0900 Subject: typo: more then -> more than Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922 --- cli_ure/source/uno_bridge/cli_proxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli_ure/source/uno_bridge') 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. -- cgit