summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 13:00:15 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 11:03:11 +0000
commit9956b99e68c45a82015766873b4b7f581462bef2 (patch)
tree0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /io
parent3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff)
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7 Reviewed-on: https://gerrit.libreoffice.org/18959 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
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 74d74dfaa272..60dc4144fe38 100644
--- a/io/test/stm/pumptest.cxx
+++ b/io/test/stm/pumptest.cxx
@@ -369,9 +369,9 @@ void OPumpTest::testTerminate( const Reference< XInterface > &r )
mywait();
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" );
ERROR_ASSERT( t.m_pTestListener->m_bTerminated , "should be terminiated already" );
- // terminte leads to an error, that is no surprise, in fact
+ // terminate leads to an error, that is no surprise, in fact
// one can't tell whether the error occurs because of the terminate
- // call or for some other reason !
+ // call or for some other reason!
// ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( t.m_pTestListener->m_bClosed, "should be closed already" );
}