diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 16:40:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-19 08:34:08 +0100 |
commit | f4dc137734a7e0aaefdc854acd124cc2dbba72ec (patch) | |
tree | 6e993a51a3dbfac05a9557aa8939a5a6d956e740 /testtools | |
parent | 2f049ebdb343eeb377720e27463c1975a83a1985 (diff) |
Fix typos
Change-Id: I6d51e4eb4a49a30193b904b2c7d62df1e16ea3d9
Reviewed-on: https://gerrit.libreoffice.org/63475
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/qa/cli/CLITest.java | 2 | ||||
-rw-r--r-- | testtools/qa/cliversioning/VersionTestCase.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testtools/qa/cli/CLITest.java b/testtools/qa/cli/CLITest.java index 13755dc8a3ee..c3d6f8919c86 100644 --- a/testtools/qa/cli/CLITest.java +++ b/testtools/qa/cli/CLITest.java @@ -74,7 +74,7 @@ public class CLITest extends ComplexTestCase } -/* This reads reads from an InputStream and discards the data. +/* This reads from an InputStream and discards the data. */ class Reader extends Thread { diff --git a/testtools/qa/cliversioning/VersionTestCase.java b/testtools/qa/cliversioning/VersionTestCase.java index c430443d8164..d32faaa64276 100644 --- a/testtools/qa/cliversioning/VersionTestCase.java +++ b/testtools/qa/cliversioning/VersionTestCase.java @@ -72,7 +72,7 @@ public class VersionTestCase extends ComplexTestCase } -/* This reads reads from an InputStream and discards the data. +/* This reads from an InputStream and discards the data. */ class Reader extends Thread { |