diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-06 17:56:22 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-08 10:01:48 +0200 |
commit | dc8ed4b8e1fa5ed3b934bfcf5999ddb75ea07b0a (patch) | |
tree | caf18e7c4781a02c46f620d92787b5dc0ebbbb35 /qadevOOo/runner/lib | |
parent | 40b1e5d40667e5863aa213a31fa1b06085bd407a (diff) |
Fix typo
Change-Id: I1cc4544e807d7c04aa171358ccd1c204040dff55
Reviewed-on: https://gerrit.libreoffice.org/57078
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r-- | qadevOOo/runner/lib/TestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/lib/TestCase.java b/qadevOOo/runner/lib/TestCase.java index e68eff62e15e..e5a628a2a1ab 100644 --- a/qadevOOo/runner/lib/TestCase.java +++ b/qadevOOo/runner/lib/TestCase.java @@ -38,7 +38,7 @@ import java.io.PrintWriter; * <code>TestEnvironment</code> instances. The * <code>createTestEnvironment()</code> is called to create a * <code>TestEnvironment</code> instance and the - * <code>disposeTestEnvironment()</code> is called when the instane is not used + * <code>disposeTestEnvironment()</code> is called when the instance is not used * anymore. * * @see lib.TestEnvironment |