summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-18 22:46:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 08:37:10 +0200
commit637072a9b6d27cc7c8c5461f75bad021c726a9b7 (patch)
tree46b2bc185cc9be81e8a04d19841517aff9391107 /bridges/source/cpp_uno
parent2eb9a61ca9d4c5f59bab5158e0fa97ed96899b44 (diff)
Fix typo
Change-Id: Ia7e36299a15fd4096f2e8e50efad2e8e1b61bec9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169166 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges/source/cpp_uno')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx
index 278944953888..d0370ce3f9d7 100644
--- a/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx
@@ -426,7 +426,7 @@ void unoInterfaceProxyDispatch(uno_Interface* pUnoI, const typelib_TypeDescripti
void* pReturn, void* pArgs[], uno_Any** ppException)
{
BRIDGE_LOG("In unoInterfaceProxyDispatch:\n");
- BRIDGE_LOG("pMemberDescr = %p, pReturn = %p, pArgs = %p, ppExeption = %p\n", pMemberDescr,
+ BRIDGE_LOG("pMemberDescr = %p, pReturn = %p, pArgs = %p, ppException = %p\n", pMemberDescr,
pReturn, pArgs, ppException);
// is my surrogate
bridges::cpp_uno::shared::UnoInterfaceProxy* pThis