From 54e9a2839065daf54bd22749daa66c8c58fc7b23 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 19 Jun 2012 16:43:41 +0200 Subject: typo: paramters, paramaters -> parameters Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63 --- bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx | 2 +- bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx | 2 +- bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx | 2 +- bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bridges/source') diff --git a/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx index 4507206f2508..ef4ede959215 100644 --- a/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx @@ -113,7 +113,7 @@ namespace fprintf(stderr,"overflow area pointer p=%p\n",p); /* Let's figure out what is really going on here*/ - fprintf(stderr,"callVirtualMethod paramters string is %s\n",pPT); + fprintf(stderr,"callVirtualMethod parameters string is %s\n",pPT); int k = nStackLongs; long * q = (long *)pStackLongs; while (k > 0) { diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx index f409bf7a6a45..c2af4e230955 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx @@ -127,7 +127,7 @@ static void callVirtualMethod( #if 0 /* Let's figure out what is really going on here*/ - fprintf(stderr,"callVirtualMethod paramters string is %s\n",pPT); + fprintf(stderr,"callVirtualMethod parameters string is %s\n",pPT); int k = nStackLongs; long * q = (long *)pStackLongs; while (k > 0) { diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx index f3e76a69bb39..89ab4624911a 100644 --- a/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx @@ -55,7 +55,7 @@ using namespace ::com::sun::star::uno; // Perform the UNO call // -// We must convert the paramaters stored in gpreg, fpreg and ovrflw to UNO +// We must convert the parameters stored in gpreg, fpreg and ovrflw to UNO // arguments and call pThis->getUnoI()->pDispatcher. // // gpreg: [ret *], this, [gpr params] diff --git a/bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx index 8d6b54e4eecc..67f236e86707 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx @@ -145,7 +145,7 @@ static typelib_TypeClass cpp2uno_call( } } - // now the stack has all of the paramters stored in it ready to be processed + // now the stack has all of the parameters stored in it ready to be processed // so we are ready to build the uno call stack pCppStack = (char *)ovrflw; -- cgit