From dd602c23e5b1127ef17ced8c321ac3b489b6b57d Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 17 Sep 2010 09:10:22 +0000 Subject: Fixed typo --- TAO/performance-tests/POA/Create_Reference/create_reference.cpp | 2 +- TAO/performance-tests/POA/Implicit_Activation/client.cpp | 2 +- TAO/performance-tests/POA/Implicit_Activation/collocated.cpp | 2 +- TAO/performance-tests/POA/Implicit_Activation/server.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'TAO/performance-tests/POA') diff --git a/TAO/performance-tests/POA/Create_Reference/create_reference.cpp b/TAO/performance-tests/POA/Create_Reference/create_reference.cpp index 2c85ef63f02..82b93d6787f 100644 --- a/TAO/performance-tests/POA/Create_Reference/create_reference.cpp +++ b/TAO/performance-tests/POA/Create_Reference/create_reference.cpp @@ -43,7 +43,7 @@ parse_args (int argc, ACE_TCHAR *argv[]) argv [0]), -1); } - // Indicates sucessful parsing of the command line + // Indicates successful parsing of the command line return 0; } diff --git a/TAO/performance-tests/POA/Implicit_Activation/client.cpp b/TAO/performance-tests/POA/Implicit_Activation/client.cpp index 2fb3062ddda..d2df111857b 100644 --- a/TAO/performance-tests/POA/Implicit_Activation/client.cpp +++ b/TAO/performance-tests/POA/Implicit_Activation/client.cpp @@ -49,7 +49,7 @@ parse_args (int argc, ACE_TCHAR *argv[]) argv [0]), -1); } - // Indicates sucessful parsing of the command line + // Indicates successful parsing of the command line return 0; } diff --git a/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp b/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp index 995fc45de8b..95964eeaf45 100644 --- a/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp +++ b/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp @@ -39,7 +39,7 @@ parse_args (int argc, ACE_TCHAR *argv[]) argv [0]), -1); } - // Indicates sucessful parsing of the command line + // Indicates successful parsing of the command line return 0; } diff --git a/TAO/performance-tests/POA/Implicit_Activation/server.cpp b/TAO/performance-tests/POA/Implicit_Activation/server.cpp index 6591c78e620..9884ddb93ee 100644 --- a/TAO/performance-tests/POA/Implicit_Activation/server.cpp +++ b/TAO/performance-tests/POA/Implicit_Activation/server.cpp @@ -30,7 +30,7 @@ parse_args (int argc, ACE_TCHAR *argv[]) argv [0]), -1); } - // Indicates sucessful parsing of the command line + // Indicates successful parsing of the command line return 0; } -- cgit v1.2.1