diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-24 22:54:11 +0200 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-12-05 08:19:26 -0500 |
commit | d87778376321abac9de5ad4bc79bf2b35c679738 (patch) | |
tree | 016de41136aa66f36acc980bcb2cd2e393d02048 /cli_ure | |
parent | 981bee0c5656c0e3339c1df7007c57fde9ac270d (diff) |
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/42726
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
(cherry picked from commit e44c188a7353cc183fac8ece0cbf3611d842835e)
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2
Reviewed-on: https://gerrit.libreoffice.org/45454
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
(cherry picked from commit 50e37a41acae8597fdb097715f8b76b16bce9f31)
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/qa/climaker/ClimakerTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/qa/climaker/ClimakerTestCase.java b/cli_ure/qa/climaker/ClimakerTestCase.java index e994d014e1eb..b90c3844b471 100644 --- a/cli_ure/qa/climaker/ClimakerTestCase.java +++ b/cli_ure/qa/climaker/ClimakerTestCase.java @@ -65,7 +65,7 @@ public class ClimakerTestCase extends ComplexTestCase } -/* This reads reads from an InputStream and discards the data. +/* This read from an InputStream and discards the data. */ class Reader extends Thread { |