diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-30 23:02:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-31 09:56:01 +0200 |
commit | 7a3e7ee1c7323e6db279d006ff218e6543228f3f (patch) | |
tree | 6a07665e45b7bd3a2d6fbb83783600e121ad3d7b /qadevOOo | |
parent | c2611f185f6a396ac17677079e9588b82f214aeb (diff) |
Fix typos
Change-Id: Iaa00d65b518b3e638c2d31912e247cb91bdd0950
Reviewed-on: https://gerrit.libreoffice.org/58347
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/base/java_complex.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java index 9e61c5c5f9ae..e0f6b796732a 100644 --- a/qadevOOo/runner/base/java_complex.java +++ b/qadevOOo/runner/base/java_complex.java @@ -40,7 +40,7 @@ public class java_complex implements TestBase /** * This function executes the complex tests given as parameter "-o" or "TestJob". It queries for the correspond class - * and crates the JobDescription. + * and creates the JobDescription. * @return true of all tests run successfully, else false */ public boolean executeTest(TestParameters param) |