From ffa8892c5a929ac121fc7b1020d8f6b5b3cf45be Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:20:59 +0200 Subject: Fix typos Change-Id: I75b4ad61785bf0ba1cb07735d938c0977356b8cc Reviewed-on: https://gerrit.libreoffice.org/16705 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- cli_ure/source/uno_bridge/cli_uno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_ure/source') diff --git a/cli_ure/source/uno_bridge/cli_uno.cxx b/cli_ure/source/uno_bridge/cli_uno.cxx index 82c4f818757d..74bf158a53f2 100644 --- a/cli_ure/source/uno_bridge/cli_uno.cxx +++ b/cli_ure/source/uno_bridge/cli_uno.cxx @@ -54,7 +54,7 @@ System::Object^ Bridge::call_uno(uno_Interface * pUnoI, if (return_td.get()->nSize > sizeof (largest)) return_size = return_td.get()->nSize; } - //Prepare memory that contains all converted arguments and return valuse + //Prepare memory that contains all converted arguments and return value //The memory block contains first pointers to the arguments which are in the same block // For example, 2 arguments, 1 ret. // -- cgit