From 911d848e60ab57d5d865290dcf2a5aa28a7df854 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 11 Dec 2019 22:17:45 +0100 Subject: Fix typo Change-Id: Ie1a06014d989f51141a15c724ab026f5423335de Reviewed-on: https://gerrit.libreoffice.org/84995 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- io/test/stm/pumptest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io') 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 ); -- cgit v1.2.3