You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2006/02/02 12:31:18 UTC

svn commit: r374364 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/InteropTestRound1Client.cpp

Author: prestonf
Date: Thu Feb  2 03:31:14 2006
New Revision: 374364

URL: http://svn.apache.org/viewcvs?rev=374364&view=rev
Log:
spelling mistake.  Changing occured to occurred.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/InteropTestRound1Client.cpp

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/InteropTestRound1Client.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/InteropTestRound1Client.cpp?rev=374364&r1=374363&r2=374364&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/InteropTestRound1Client.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/InteropTestRound1Client.cpp Thu Feb  2 03:31:14 2006
@@ -444,16 +444,16 @@
 
         if( !bSilent)
 		{
-			cout << "Exception: " << e.what() << " has occured." << endl;
+			cout << "Exception: " << e.what() << " has occurred." << endl;
 		}
 	}
 	catch( exception& e)
 	{
-		cout  << "Exception: " << e.what() << " has occured." <<  endl;
+		cout  << "Exception: " << e.what() << " has occurred." <<  endl;
 	}
 	catch( ...)
 	{
-		cout << "An unknown exception has occured." << endl;
+		cout << "An unknown exception has occurred." << endl;
 	}
 
 	iRetryIterationCount--;