summaryrefslogtreecommitdiff
path: root/sal/qa/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:48:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 11:11:09 +0000
commit2e9fe260149911a8a906e059a6025892af8e9a64 (patch)
treec647b11c29be0de80eaa257e3f48bcc34c42887e /sal/qa/osl
parent98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (diff)
Fix typos
Change-Id: I5fc62060e7d01c6b492a0e91323f753cc676bf71 Reviewed-on: https://gerrit.libreoffice.org/35639 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal/qa/osl')
-rw-r--r--sal/qa/osl/process/osl_Thread.cxx6
1 files changed, 3 insertions, 3 deletions
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