diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-28 14:50:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-29 11:43:54 +0200 |
commit | 0775b90892f2a1cac269ae26cd63b1030f897e5c (patch) | |
tree | fc0160ea3533d4d66ebe82df5578c654ad5220c6 /sal | |
parent | e0e217f3c10235adee056dac367916335c94b5bd (diff) |
Fix typos
Change-Id: I473956d570feac508e52a3e52cc26cc154f4dc56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101627
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/pipe/osl_Pipe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index 395350f5f5e9..c34bb0448977 100644 --- a/sal/qa/osl/pipe/osl_Pipe.cxx +++ b/sal/qa/osl/pipe/osl_Pipe.cxx @@ -877,7 +877,7 @@ namespace osl_StreamPipe thread_sleep( 1 ); myDataSourceThread.aListenPipe.close(); myDataSourceThread.join( ); - //no condition judgement here, if the case could finish executing within 1 or 2 seconds, it passes. + //no condition judgment here, if the case could finish executing within 1 or 2 seconds, it passes. } CPPUNIT_TEST_SUITE( recv ); |