From 2e9fe260149911a8a906e059a6025892af8e9a64 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:48:58 +0100 Subject: Fix typos Change-Id: I5fc62060e7d01c6b492a0e91323f753cc676bf71 Reviewed-on: https://gerrit.libreoffice.org/35639 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sal/qa/osl/process/osl_Thread.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sal/qa/osl') diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx index 31e369cf0a28..ecb669c7b796 100644 --- a/sal/qa/osl/process/osl_Thread.cxx +++ b/sal/qa/osl/process/osl_Thread.cxx @@ -769,10 +769,10 @@ namespace osl_Thread public: /** Check after call terminate if the thread running function will not go on executing - the next statement after join will not exec before the thread terminate + the next statement after join will not exec before the thread terminates ALGORITHM: recode system time at the beginning of the thread run, call join, then record system time again, - the difference of the two time should be equal or more than 20 seconds, the CountThead normally terminate + the difference of the two times should be equal or more than 20 seconds, the CountThread normally terminates */ void join_001() { @@ -1541,7 +1541,7 @@ namespace osl_Thread // but should be differ from nValue delete aThread; - //check if thread really terminate after call terminate, if join immediatlly return + //check if thread really terminate after call terminate, if join immediately return CPPUNIT_ASSERT_MESSAGE( "Schedule: Returns False if the thread should terminate.", nValue_join - nValue_term <= 1 && nValue_join - nValue_term >= 0 -- cgit