summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorGolnaz Irannejad <golnaz.irannejad@gmail.com>2013-04-01 19:43:38 -0400
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-07 21:28:01 +0000
commit92c6a38175a3d8bc77250a85d9574134a1166151 (patch)
tree509ea365d3b242e6df31ad6f1e7b2992b0edc3c7 /cli_ure
parent87f185d192668d233f6a8606b1c3d77469e17e04 (diff)
Fixed 4 spelling errors in the comments.
Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76 Reviewed-on: https://gerrit.libreoffice.org/3164 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'cli_ure')
-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;