summaryrefslogtreecommitdiffstats
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/test/stm/pumptest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx
index e00d840f3a75..f0563153e91b 100644
--- a/io/test/stm/pumptest.cxx
+++ b/io/test/stm/pumptest.cxx
@@ -317,7 +317,7 @@ void OPumpTest::testClose( const Reference< XInterface > &r )
ERROR_ASSERT( ! t.m_pTestListener->m_bStarted , "started too early" );
ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination unexpected" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected close" );
t.m_rControl->start();
mywait();
@@ -325,7 +325,7 @@ void OPumpTest::testClose( const Reference< XInterface > &r )
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" );
ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination unexpected" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected close" );
Reference< XStreamListener > rListener( new TestListener() );
t.m_rControl->addListener( rListener );