From d15163eceb2f97cfc87975acfcb7b0a6e0ea54fe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 1 May 2016 00:26:40 +0200 Subject: Fix typos Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256 Reviewed-on: https://gerrit.libreoffice.org/24543 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- cli_ure/source/uno_bridge/cli_proxy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_ure') diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx index d569ecfc2927..bf75a08e02c8 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.cxx +++ b/cli_ure/source/uno_bridge/cli_proxy.cxx @@ -1039,7 +1039,7 @@ void SAL_CALL cli_proxy_dispatch( { uno_any_construct( (uno_Any *)uno_ret, 0, 0, 0 ); } - // no excetpion occurred + // no exception occurred *uno_exc = 0; } else -- cgit