From de6422b5f3a5e06fe1994442a0f1c277ebed2a45 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2019 21:40:40 +0200 Subject: Fix typos Change-Id: I207333e9bafc5d6c38ffa53a303046e437b7a815 Reviewed-on: https://gerrit.libreoffice.org/77607 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- cli_ure/source/uno_bridge/cli_data.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_ure') diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx index 16f7047a80dd..4545538a1f5b 100644 --- a/cli_ure/source/uno_bridge/cli_data.cxx +++ b/cli_ure/source/uno_bridge/cli_data.cxx @@ -80,7 +80,7 @@ System::Object^ Bridge::map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceType retVal = CliEnvHolder::g_cli_env->getRegisteredInterface(sOid, ifaceType); if (retVal) { - // There is already an registered object. It can either be a proxy + // There is already a registered object. It can either be a proxy // for the UNO object or a real cli object. In the first case we // tell the proxy that it shall also represent the current UNO // interface. If it already does that, then it does nothing -- cgit