diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/binding/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/binding/AllTests.cpp b/cpp/test/Ice/binding/AllTests.cpp index dd358dc6465..c307b8aadf6 100644 --- a/cpp/test/Ice/binding/AllTests.cpp +++ b/cpp/test/Ice/binding/AllTests.cpp @@ -1081,7 +1081,7 @@ allTests(Test::TestHelper* helper) catch(const Ice::ConnectionRefusedException&) { // Close the connection now to free a FD (it could be done after the sleep but - // there could be race condiutation since the connection might not be closed + // there could be race condition since the connection might not be closed // immediately due to threading). test->ice_connectionId("0")->ice_getConnection()->close( Ice::ICE_SCOPED_ENUM(ConnectionClose, GracefullyWithWait)); |