summaryrefslogtreecommitdiff
path: root/cli_ure/source/uno_bridge/cli_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/uno_bridge/cli_proxy.h')
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/uno_bridge/cli_proxy.h b/cli_ure/source/uno_bridge/cli_proxy.h
index 5f63a7581d88..81f3704e9171 100644
--- a/cli_ure/source/uno_bridge/cli_proxy.h
+++ b/cli_ure/source/uno_bridge/cli_proxy.h
@@ -199,7 +199,7 @@ struct CliProxy: public uno_Interface
method within the UNO interface one can use the position to obtain the
MethodInfo of the corresponding cli method. To obtain the index for the
m_arMethodInfos array the function position has to be decreased by 3.
- This is becaus, the cli interface does not contain the XInterface
+ This is because, the cli interface does not contain the XInterface
methods.
*/
gcroot<array<sr::MethodInfo^>^> m_arMethodInfos;