You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2022/12/25 09:27:19 UTC

[openoffice] branch trunk updated: Fix some typos.

This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e405e85b1e Fix some typos.
e405e85b1e is described below

commit e405e85b1e72df1f328622e9d59104794ec740e8
Author: Damjan Jovanovic <da...@apache.org>
AuthorDate: Sun Dec 25 07:43:38 2022 +0200

    Fix some typos.
    
    Patch by: me
---
 main/bridges/source/cpp_uno/msvc_win64_x86-64/cpp2uno.cxx | 2 +-
 main/bridges/test/testsameprocess.cxx                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/bridges/source/cpp_uno/msvc_win64_x86-64/cpp2uno.cxx b/main/bridges/source/cpp_uno/msvc_win64_x86-64/cpp2uno.cxx
index 723d2fef04..59a963723a 100644
--- a/main/bridges/source/cpp_uno/msvc_win64_x86-64/cpp2uno.cxx
+++ b/main/bridges/source/cpp_uno/msvc_win64_x86-64/cpp2uno.cxx
@@ -48,7 +48,7 @@ namespace
 
 // Perform the UNO call
 //
-// We must convert the paramaters stored in pCallStack to UNO
+// We must convert the parameters stored in pCallStack to UNO
 // arguments and call pThis->getUnoI()->pDispatcher.
 //
 // pCallStack:  ret addr, this, [ret *], [params]
diff --git a/main/bridges/test/testsameprocess.cxx b/main/bridges/test/testsameprocess.cxx
index 3263258629..471776a69a 100644
--- a/main/bridges/test/testsameprocess.cxx
+++ b/main/bridges/test/testsameprocess.cxx
@@ -119,7 +119,7 @@ int main( int argc, char *argv[] )
 {
 	if( argc < 2 )
 	{
-		printf( "usage : testsamprocess host:port\n" );
+		printf( "usage : testsameprocess host:port\n" );
 		return 0;
 	}